From: Julien Danjou Date: Tue, 31 Mar 2009 15:50:12 +0000 (+0200) Subject: git submodule: fix usage line X-Git-Tag: v1.6.2.3~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=835a3eea3e18695e29b1d4c3adca37d1caaa16ef;p=git.git git submodule: fix usage line Actually, you have to set the -b option after the add command. Signed-off-by: Julien Danjou Signed-off-by: Junio C Hamano --- diff --git a/git-submodule.sh b/git-submodule.sh index 0a27232b9..7c2e060ae 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -5,7 +5,7 @@ # Copyright (c) 2007 Lars Hjemli USAGE="[--quiet] [--cached] \ -[add [-b branch] ]|[status|init|update [-i|--init] [-N|--no-fetch]|summary [-n|--summary-limit ] []] \ +[add [-b branch] ]|[status|init|update [-i|--init] [-N|--no-fetch]|summary [-n|--summary-limit ] []] \ [--] [...]|[foreach ]|[sync [--] [...]]" OPTIONS_SPEC= . git-sh-setup