diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-06 19:21:47 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-06 19:29:00 -0700 |
commit | 8048e24b87b2b897acaa27fe37df715f354947cb (patch) | |
tree | 9e415b9768c71ec6aa52f2cbe3d4fb1ba1a53e90 /builtin-show-branch.c | |
parent | bf928e9d2cf124ed73711f90666f9cee3c084e59 (diff) | |
download | git-8048e24b87b2b897acaa27fe37df715f354947cb.tar.gz |
show-branch: match documentation and usage
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 09d8227862..260cb221b9 100644 --- a/builtin-show-branch.c +++ b/builtin-show-branch.c @@ -6,7 +6,7 @@ #include "builtin.h" static const char show_branch_usage[] = -"git-show-branch [--dense] [--current] [--all] [--heads] [--tags] [--topo-order] [--more=count | --list | --independent | --merge-base ] [--topics] [<refs>...]"; +"git-show-branch [--sparse] [--current] [--all] [--heads] [--tags] [--topo-order] [--more=count | --list | --independent | --merge-base ] [--topics] [<refs>...]"; static int default_num = 0; static int default_alloc = 0; |