From: Ulrich Windl Date: Thu, 9 Apr 2009 09:12:58 +0000 (+0200) Subject: git-apply: fix option description X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=ae57ec223b37556224010db93e71e3ceb2cf257b;p=~andy%2Fgit git-apply: fix option description Do not use non ASCII single quote. Signed-off-by: Junio C Hamano --- diff --git a/builtin-apply.c b/builtin-apply.c index f312798af..a66433864 100644 --- a/builtin-apply.c +++ b/builtin-apply.c @@ -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",