Merge branch 'pt/pull-builtin' into maint
* pt/pull-builtin: pull: enclose <options> in brackets in the usage string merge: grammofix in please-commit-before-merge message
This commit is contained in:
@ -66,7 +66,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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user