Skip to content

Commit 9990273

Browse files
0xAXgitster
authored andcommitted
show-branch: line-wrap show-branch usage
Signed-off-by: Alexander Kuleshov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 282616c commit 9990273

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

builtin/show-branch.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
#include "parse-options.h"
77

88
static const char* show_branch_usage[] = {
9-
N_("git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
9+
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>)...]"),
1013
N_("git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"),
1114
NULL
1215
};

0 commit comments

Comments
 (0)