Skip to content

Commit d6589d1

Browse files
ralfthgitster
authored andcommitted
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>
1 parent 9990273 commit d6589d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builtin/show-branch.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
static const char* show_branch_usage[] = {
99
N_("git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"
10-
" [--current] [--color[=<when>] | --no-color] [--sparse]\n"
11-
" [--more=<n> | --list | --independent | --merge-base]\n"
12-
" [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
10+
" [--current] [--color[=<when>] | --no-color] [--sparse]\n"
11+
" [--more=<n> | --list | --independent | --merge-base]\n"
12+
" [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
1313
N_("git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"),
1414
NULL
1515
};

0 commit comments

Comments
 (0)