X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-show-branch.c;h=233eed499d0b8790781326ff0455bdc7f09fe4d4;hb=1500f7bc1366e71edb7e8a31f3cf5614e9591cc2;hp=93047f5117796fb7556fa23871397e68e9f5e4c2;hpb=547905f8cd2a04b3e1117f00025b60f81aa60f47;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";