diff --git a/builtin/show-branch.c b/builtin/show-branch.c index fee1ba17db730f60fbdccced80615f67dfed554c..9e00b130df95f5786b42a4d29798d11f673b695e 100644 --- a/builtin/show-branch.c +++ b/builtin/show-branch.c @@ -7,9 +7,9 @@ static const char* show_branch_usage[] = { N_("git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n" - " [--current] [--color[=] | --no-color] [--sparse]\n" - " [--more= | --list | --independent | --merge-base]\n" - " [--no-name | --sha1-name] [--topics] [( | )...]"), + " [--current] [--color[=] | --no-color] [--sparse]\n" + " [--more= | --list | --independent | --merge-base]\n" + " [--no-name | --sha1-name] [--topics] [( | )...]"), N_("git show-branch (-g|--reflog)[=[,]] [--list] []"), NULL };