X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fshow-branch.c;h=8663ccaa99299447a42da64f9f2c77f772996902;hb=9b1054d93e7e8564d0d9865cb7118cb6e756c74b;hp=e8719aa9e9f47c30b697332925fcdd206fdfd55c;hpb=5977744d045cacb809a3e3630dbbd28fe83976ae;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 };