diff mbox series

doc: fix reference to --ignore-submodules

Message ID 20190918070204.100144-1-alexhenrie24@gmail.com (mailing list archive)
State New, archived
Headers show
Series doc: fix reference to --ignore-submodules | expand

Commit Message

Alex Henrie Sept. 18, 2019, 7:02 a.m. UTC
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
---
 Documentation/gitmodules.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Junio C Hamano Sept. 18, 2019, 5:29 p.m. UTC | #1
Thanks.
diff mbox series

Patch

diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt
index a66e95b70c..b7f5e39d4c 100644
--- a/Documentation/gitmodules.txt
+++ b/Documentation/gitmodules.txt
@@ -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.
 --