diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-25 12:23:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-25 12:23:29 -0700 |
commit | b47761dd1e9aeafdc847b2f235aba81f8a3bdf7d (patch) | |
tree | dd5013ad088a94750906cc58c6ff60e7f3d76e9e /Documentation | |
parent | af6ba0eb9e7d39df135e818fc98629dec473306c (diff) | |
parent | 9393ae79c9b4d3deade544be9ce057b7fa290490 (diff) | |
download | git-b47761dd1e9aeafdc847b2f235aba81f8a3bdf7d.tar.gz |
Merge branch 'mc/doc-submodule-sync-recurse'
* mc/doc-submodule-sync-recurse:
submodule: document "sync --recursive"
Diffstat (limited to 'Documentation')
-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 89c4d3e394..8e6af65da0 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -20,7 +20,7 @@ SYNOPSIS 'git submodule' [--quiet] summary [--cached|--files] [(-n|--summary-limit) <n>] [commit] [--] [<path>...] 'git submodule' [--quiet] foreach [--recursive] <command> -'git submodule' [--quiet] sync [--] [<path>...] +'git submodule' [--quiet] sync [--recursive] [--] [<path>...] DESCRIPTION |