提交 e7a7401f 编写于 作者: A Alex Henrie 提交者: Junio C Hamano

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

All the other placeholders are already shown that way.
Signed-off-by: NAlex Henrie <alexhenrie24@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 b7447679
......@@ -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
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册