From e7a7401f8ba22995708fb015b7c75f45256e05bf Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Thu, 15 Oct 2015 20:22:13 -0600 Subject: 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 --- builtin/pull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit v1.2.1