doc: fix reference to --ignore-submodules
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Alex Henrie committed
Sep 18, 2019 at 01:02 UTC
0d4304c124f6aef929f8f48c11dbbd071e9eaf59
1 file changed
+1
-1
Documentation/gitmodules.txt
+1
-1
@@ -90,7 +90,7 @@ of the superproject, the setting there will override the one found in
90
.gitmodules.
91
92
Both settings can be overridden on the command line by using the
93
-"--ignore-submodule" option. The 'git submodule' commands are not
93
+"--ignore-submodules" option. The 'git submodule' commands are not
94
affected by this setting.
95
--
96