aboutsummaryrefslogtreecommitdiff
path: root/builtin-apply.c
diff options
context:
space:
mode:
authorUlrich Windl <Ulrich.Windl@rz.uni-regensburg.de>2009-04-09 11:12:58 +0200
committerJunio C Hamano <gitster@pobox.com>2009-04-16 16:32:17 -0700
commitae57ec223b37556224010db93e71e3ceb2cf257b (patch)
treefcb0d65c10309e274e557c08e0e90b8839f42828 /builtin-apply.c
parent3bd1bb327eb4d3e386800897734f9f42b48280ff (diff)
downloadgit-ae57ec223b37556224010db93e71e3ceb2cf257b.tar.gz
git-ae57ec223b37556224010db93e71e3ceb2cf257b.tar.xz
git-apply: fix option description
Do not use non ASCII single quote. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-apply.c')
-rw-r--r--builtin-apply.c2
1 files changed, 1 insertions, 1 deletions
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",