diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-11-21 13:25:42 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-11-21 13:25:42 -0800 |
commit | 681b036fa0461fa40f5c8caedd06579ab52e671e (patch) | |
tree | 0ef74a29e4c3b236e50d087c516ba69e60f51b12 /Documentation/git-submodule.txt | |
parent | Merge branch 'so/prompt-command' (diff) | |
parent | git-submodule: wrap branch option with "<>" in usage strings. (diff) | |
download | tgif-681b036fa0461fa40f5c8caedd06579ab52e671e.tar.xz |
Merge branch 'wtk/submodule-doc-fixup'
* wtk/submodule-doc-fixup:
git-submodule: wrap branch option with "<>" in usage strings.
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r-- | Documentation/git-submodule.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 1d6527ab9f..b1de3bade7 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -9,7 +9,7 @@ git-submodule - Initialize, update or inspect submodules SYNOPSIS -------- [verse] -'git submodule' [--quiet] add [-b branch] [-f|--force] [--name <name>] +'git submodule' [--quiet] add [-b <branch>] [-f|--force] [--name <name>] [--reference <repository>] [--] <repository> [<path>] 'git submodule' [--quiet] status [--cached] [--recursive] [--] [<path>...] 'git submodule' [--quiet] init [--] [<path>...] |