X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-show-branch.c;h=233eed499d0b8790781326ff0455bdc7f09fe4d4;hb=2b603260f325b895baa20867bd45c8e251f19b78;hp=93047f5117796fb7556fa23871397e68e9f5e4c2;hpb=8bb65883d164843d5bb7475281af09bae18ab22d;p=git.git diff --git a/builtin-show-branch.c b/builtin-show-branch.c index 93047f511..233eed499 100644 --- a/builtin-show-branch.c +++ b/builtin-show-branch.c @@ -4,7 +4,7 @@ #include "builtin.h" static const char show_branch_usage[] = -"git-show-branch [--sparse] [--current] [--all] [--remotes] [--topo-order] [--more=count | --list | --independent | --merge-base ] [--topics] [...] | --reflog[=n[,b]] "; +"git show-branch [--sparse] [--current] [--all] [--remotes] [--topo-order] [--more=count | --list | --independent | --merge-base ] [--topics] [...] | --reflog[=n[,b]] "; static const char show_branch_usage_reflog[] = "--reflog is incompatible with --all, --remotes, --independent or --merge-base";