Skip to content

Commit 85738ba

Browse files
jlehmanngitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0a53e9d commit 85738ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-submodule.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ SYNOPSIS
1414
'git submodule' [--quiet] status [--cached] [--] [<path>...]
1515
'git submodule' [--quiet] init [--] [<path>...]
1616
'git submodule' [--quiet] update [--init] [-N|--no-fetch] [--rebase]
17-
[--reference <repository>] [--] [<path>...]
18-
'git submodule' [--quiet] summary [--summary-limit <n>] [commit] [--] [<path>...]
17+
[--reference <repository>] [--merge] [--] [<path>...]
18+
'git submodule' [--quiet] summary [--cached] [--summary-limit <n>] [commit] [--] [<path>...]
1919
'git submodule' [--quiet] foreach <command>
2020
'git submodule' [--quiet] sync [--] [<path>...]
2121

0 commit comments

Comments
 (0)