Skip to content

Commit 31e54bb

Browse files
bradkinggitster
authored andcommitted
Documentation/submodule: Add --force to update synopsis
In commit 9db31bd (submodule: Add --force option for git submodule update, 2011-04-01) we added the option to the implementation's usage synopsis but forgot to add it to the synopsis in the command documentation. Add the option to the synopsis in the same location it is reported in usage and re-wrap the options to avoid long lines. Signed-off-by: Brad King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7a0d8db commit 31e54bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-submodule.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SYNOPSIS
1313
[--reference <repository>] [--] <repository> [<path>]
1414
'git submodule' [--quiet] status [--cached] [--recursive] [--] [<path>...]
1515
'git submodule' [--quiet] init [--] [<path>...]
16-
'git submodule' [--quiet] update [--init] [-N|--no-fetch] [--rebase]
16+
'git submodule' [--quiet] update [--init] [-N|--no-fetch] [-f|--force] [--rebase]
1717
[--reference <repository>] [--merge] [--recursive] [--] [<path>...]
1818
'git submodule' [--quiet] summary [--cached|--files] [(-n|--summary-limit) <n>]
1919
[commit] [--] [<path>...]

0 commit comments

Comments
 (0)