summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-10-16 14:45:46 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-10-16 14:45:49 -0700
commit0c4dd78434c2c276ea88498383289aebe8f133a0 (patch)
tree8389d9892f7520e30089aa3766c38b5e91ef43b5 /builtin
parentFifth batch for 2.7 (diff)
parentGit 2.6.2 (diff)
downloadtgif-0c4dd78434c2c276ea88498383289aebe8f133a0.tar.xz
Sync with 2.6.2
Diffstat (limited to 'builtin')
-rw-r--r--builtin/pull.c2
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
};