doc: fix reference to --ignore-submodules

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Alex Henrie
2019-09-18 01:02:04 -06:00
committed by Junio C Hamano
parent 5fa0f5238b
commit 0d4304c124

View File

@ -90,7 +90,7 @@ of the superproject, the setting there will override the one found in
.gitmodules. .gitmodules.
Both settings can be overridden on the command line by using the Both settings can be overridden on the command line by using the
"--ignore-submodule" option. The 'git submodule' commands are not "--ignore-submodules" option. The 'git submodule' commands are not
affected by this setting. affected by this setting.
-- --