pull: enclose <options> in brackets in the usage string

All the other placeholders are already shown that way.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Alex Henrie 2015-10-15 20:22:13 -06:00 committed by Junio C Hamano
parent b7447679e8
commit e7a7401f8b

View file

@ -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] [<repository> [<refspec>...]]"),
N_("git pull [<options>] [<repository> [<refspec>...]]"),
NULL
};