summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3bd1bb3)
raw | patch | inline | side by side (parent: 3bd1bb3)
author | Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> | |
Thu, 9 Apr 2009 09:12:58 +0000 (11:12 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 16 Apr 2009 23:32:17 +0000 (16:32 -0700) |
Do not use non ASCII single quote.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-apply.c | patch | blob | history |
diff --git a/builtin-apply.c b/builtin-apply.c
index f312798af38553e0badeda9732736a62460eae05..a6643386435d60743f70b5124caa2628a6b17d81 100644 (file)
--- a/builtin-apply.c
+++ b/builtin-apply.c
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",