From: Alex Henrie Date: Fri, 16 Oct 2015 02:22:13 +0000 (-0600) Subject: pull: enclose in brackets in the usage string X-Git-Tag: v2.6.2~22^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e7a7401f8ba22995708fb015b7c75f45256e05bf pull: enclose in brackets in the usage string All the other placeholders are already shown that way. Signed-off-by: Alex Henrie Signed-off-by: Junio C Hamano --- diff --git a/builtin/pull.c b/builtin/pull.c index 722a83c51b..4f14a69884 100644 --- a/builtin/pull.c +++ b/builtin/pull.c @@ -65,7 +65,7 @@ static int parse_opt_rebase(const struct option *opt, const char *arg, int unset } static const char * const pull_usage[] = { - N_("git pull [options] [ [...]]"), + N_("git pull [] [ [...]]"), NULL };