summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJens Lehmann <Jens.Lehmann@web.de>2009-08-01 18:49:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-08-05 19:36:38 (GMT)
commit85738ba3df8ae7e01091b479be7f67383ce250b6 (patch)
tree9f0f4ba4ad3e7f7b07c971303cd94b844daad63a /Documentation
parent0a53e9ddeaddad63ad106860237bbf53411d11a7 (diff)
downloadgit-85738ba3df8ae7e01091b479be7f67383ce250b6.zip
git-85738ba3df8ae7e01091b479be7f67383ce250b6.tar.gz
git-85738ba3df8ae7e01091b479be7f67383ce250b6.tar.bz2
Documentation: git submodule: add missing options to synopsis
The option --merge was missing for submodule update and --cached for submodule summary. Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-submodule.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 683ba1a..7dd73ae 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -14,8 +14,8 @@ SYNOPSIS
'git submodule' [--quiet] status [--cached] [--] [<path>...]
'git submodule' [--quiet] init [--] [<path>...]
'git submodule' [--quiet] update [--init] [-N|--no-fetch] [--rebase]
- [--reference <repository>] [--] [<path>...]
-'git submodule' [--quiet] summary [--summary-limit <n>] [commit] [--] [<path>...]
+ [--reference <repository>] [--merge] [--] [<path>...]
+'git submodule' [--quiet] summary [--cached] [--summary-limit <n>] [commit] [--] [<path>...]
'git submodule' [--quiet] foreach <command>
'git submodule' [--quiet] sync [--] [<path>...]