Merge branch 'js/t1050'
[gitweb.git] / builtin / show-branch.c
index 691eeda345361bea8be20d73b32b312b08b58a4e..365228aa8d805bdf86a6eecccdc088068ba000d2 100644 (file)
@@ -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[=<when>] | --no-color] [--sparse]\n"
-       "                      [--more=<n> | --list | --independent | --merge-base]\n"
-       "              [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
+       "               [--current] [--color[=<when>] | --no-color] [--sparse]\n"
+       "               [--more=<n> | --list | --independent | --merge-base]\n"
+       "               [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
     N_("git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"),
     NULL
 };