diff options
author | Ralf Thielow <ralf.thielow@gmail.com> | 2015-01-20 20:30:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-20 16:12:54 -0800 |
commit | d6589d1ba42dd87c282c72045537f5eea8aaefcf (patch) | |
tree | 26724ef3680ad62698d40b15e9ced3b026f13c27 /builtin | |
parent | show-branch: line-wrap show-branch usage (diff) | |
download | tgif-d6589d1ba42dd87c282c72045537f5eea8aaefcf.tar.xz |
show-branch: fix indentation of usage string
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>
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/show-branch.c | 6 |
1 files changed, 3 insertions, 3 deletions
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[=<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 }; |