]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: fix reference to --ignore-submodules
authorAlex Henrie <alexhenrie24@gmail.com>
Wed, 18 Sep 2019 07:02:04 +0000 (01:02 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 17:28:59 +0000 (10:28 -0700)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitmodules.txt

index a66e95b70c363a35dc1fd5413c7063f6372b4b0a..b7f5e39d4cb589c582a17de341cb6fcb0655287b 100644 (file)
@@ -90,7 +90,7 @@ of the superproject, the setting there will override the one found in
 .gitmodules.
 
 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.
 --