Skip to content

Commit 17ad371

Browse files
committed
Merge branch 'ak/show-branch-usage-string'
* ak/show-branch-usage-string: show-branch: fix indentation of usage string
2 parents d06ce4a + d6589d1 commit 17ad371

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)