From: Ralf Thielow Date: Tue, 20 Jan 2015 19:30:28 +0000 (+0100) Subject: show-branch: fix indentation of usage string X-Git-Tag: v2.3.0-rc1~2^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d6589d1ba42dd87c282c72045537f5eea8aaefcf show-branch: fix indentation of usage string Noticed-by: Jean-Noël Avila Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- diff --git a/builtin/show-branch.c b/builtin/show-branch.c index fee1ba17db..9e00b130df 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 };