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 };