diff options
| author | Junio C Hamano <gitster@pobox.com> | 2012-11-27 13:28:18 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2012-11-27 13:28:18 -0800 |
| commit | 2207e104abc5233b5ad671448b4c653db3c0faba (patch) | |
| tree | 9385ebaf6edad4175bc5ab288d21e4dff67e40e8 /git-submodule.sh | |
| parent | 6b6e063c44dd830bf9d146a91a7df51c0af94f23 (diff) | |
| parent | 38ae92e4d027063b9b87e51a9bf12809d10066f6 (diff) | |
| download | git-2207e104abc5233b5ad671448b4c653db3c0faba.tar.xz | |
Merge branch 'wtk/submodule-doc-fixup' into maint
* wtk/submodule-doc-fixup:
git-submodule: wrap branch option with "<>" in usage strings.
Diffstat (limited to 'git-submodule.sh')
| -rwxr-xr-x | git-submodule.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-submodule.sh b/git-submodule.sh index ab6b1107b6..02f82e9ed5 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -5,7 +5,7 @@ # Copyright (c) 2007 Lars Hjemli dashless=$(basename "$0" | sed -e 's/-/ /') -USAGE="[--quiet] add [-b branch] [-f|--force] [--reference <repository>] [--] <repository> [<path>] +USAGE="[--quiet] add [-b <branch>] [-f|--force] [--reference <repository>] [--] <repository> [<path>] or: $dashless [--quiet] status [--cached] [--recursive] [--] [<path>...] or: $dashless [--quiet] init [--] [<path>...] or: $dashless [--quiet] update [--init] [-N|--no-fetch] [-f|--force] [--rebase] [--reference <repository>] [--merge] [--recursive] [--] [<path>...] |
