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>
This commit is contained in:

committed by
Junio C Hamano

parent
9990273917
commit
d6589d1ba4
@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
static const char* show_branch_usage[] = {
|
static const char* show_branch_usage[] = {
|
||||||
N_("git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"
|
N_("git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"
|
||||||
" [--current] [--color[=<when>] | --no-color] [--sparse]\n"
|
" [--current] [--color[=<when>] | --no-color] [--sparse]\n"
|
||||||
" [--more=<n> | --list | --independent | --merge-base]\n"
|
" [--more=<n> | --list | --independent | --merge-base]\n"
|
||||||
" [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
|
" [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
|
||||||
N_("git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"),
|
N_("git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"),
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user