mirror of
https://github.com/git/git.git
synced 2024-11-25 10:54:00 +08:00
show-branch: line-wrap show-branch usage
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
282616c72d
commit
9990273917
@ -6,7 +6,10 @@
|
||||
#include "parse-options.h"
|
||||
|
||||
static const char* show_branch_usage[] = {
|
||||
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>)...]"),
|
||||
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>)...]"),
|
||||
N_("git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"),
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user