diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-16 14:45:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-16 14:45:49 -0700 |
commit | 0c4dd78434c2c276ea88498383289aebe8f133a0 (patch) | |
tree | 8389d9892f7520e30089aa3766c38b5e91ef43b5 /builtin | |
parent | Fifth batch for 2.7 (diff) | |
parent | Git 2.6.2 (diff) | |
download | tgif-0c4dd78434c2c276ea88498383289aebe8f133a0.tar.xz |
Sync with 2.6.2
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/pull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/pull.c b/builtin/pull.c index a39bb0a11f..bf3fd3f9c8 100644 --- a/builtin/pull.c +++ b/builtin/pull.c @@ -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 }; |