show-branch: fix indentation of usage string
authorRalf Thielow <ralf.thielow@gmail.com>
Tue, 20 Jan 2015 19:30:28 +0000 (20:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jan 2015 00:12:54 +0000 (16:12 -0800)
Noticed-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/show-branch.c
index fee1ba17db730f60fbdccced80615f67dfed554c..9e00b130df95f5786b42a4d29798d11f673b695e 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
 };