提交 ae57ec22 编写于 作者: U Ulrich Windl 提交者: Junio C Hamano

git-apply: fix option description

Do not use non ASCII single quote.
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 3bd1bb32
......@@ -3212,7 +3212,7 @@ int cmd_apply(int argc, const char **argv, const char *unused_prefix)
struct option builtin_apply_options[] = {
{ OPTION_CALLBACK, 0, "exclude", NULL, "path",
"don´t apply changes matching the given path",
"don't apply changes matching the given path",
0, option_parse_exclude },
{ OPTION_CALLBACK, 0, "include", NULL, "path",
"apply changes matching the given path",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册