diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-29 09:25:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-29 09:25:51 -0700 |
commit | 347231f7352a4caac8bd95924c20afde4455c89c (patch) | |
tree | 6c3fd7829891c5292f58bacbc969212d9e14c01c /Documentation/git-submodule.txt | |
parent | Git 1.7.6 (diff) | |
parent | Documentation: quote double-dash for AsciiDoc (diff) | |
download | tgif-347231f7352a4caac8bd95924c20afde4455c89c.tar.xz |
Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdash
* jn/maint-doc-dashdash:
Documentation: quote double-dash for AsciiDoc
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r-- | Documentation/git-submodule.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 5e7a4130ee..12af4de5e1 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -172,7 +172,7 @@ sync:: repositories accordingly. + "git submodule sync" synchronizes all submodules while -"git submodule sync -- A" synchronizes submodule "A" only. +"git submodule sync \-- A" synchronizes submodule "A" only. OPTIONS ------- |