diff options
author | Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> | 2009-04-09 11:12:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-16 16:32:17 -0700 |
commit | ae57ec223b37556224010db93e71e3ceb2cf257b (patch) | |
tree | fcb0d65c10309e274e557c08e0e90b8839f42828 /builtin-apply.c | |
parent | 3bd1bb327eb4d3e386800897734f9f42b48280ff (diff) | |
download | git-ae57ec223b37556224010db93e71e3ceb2cf257b.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-apply.c b/builtin-apply.c index f312798af3..a664338643 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", |