X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin%2Fshow-branch.c;h=8663ccaa99299447a42da64f9f2c77f772996902;hb=385cc9d8c44eb5be9d57e630129752a72c0a08c8;hp=e8719aa9e9f47c30b697332925fcdd206fdfd55c;hpb=7a0d54facd476a9197f405d2cc65d4bc73e3f1a6;p=git.git diff --git a/builtin/show-branch.c b/builtin/show-branch.c index e8719aa9e..8663ccaa9 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[=] | --no-color] [--sparse] [--more= | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [ | ]...", + "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--current] [--color[=] | --no-color] [--sparse] [--more= | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [( | )...]", "git show-branch (-g|--reflog)[=[,]] [--list] []", NULL };