diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-10-21 17:16:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-21 17:16:10 -0700 |
commit | d4c436975214d8f94d38f9be0ef709b4714fc821 (patch) | |
tree | ae0ecf02aedd1340a02cb3d9e9b479629e8dcd70 /builtin/show-branch.c | |
parent | {cvs,svn}import: use the new 'git read-tree --empty' (diff) | |
parent | Git 1.7.3.2 (diff) | |
download | tgif-d4c436975214d8f94d38f9be0ef709b4714fc821.tar.xz |
Sync with 1.7.3.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/show-branch.c')
-rw-r--r-- | builtin/show-branch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/show-branch.c b/builtin/show-branch.c index e8719aa9e9..8663ccaa99 100644 --- a/builtin/show-branch.c +++ b/builtin/show-branch.c @@ -6,7 +6,7 @@ #include "parse-options.h" static const char* show_branch_usage[] = { - "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [<rev> | <glob>]...", + "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]", "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]", NULL }; |