Skip to content

Commit ae57ec2

Browse files
Ulrich Windlgitster
authored andcommitted
git-apply: fix option description
Do not use non ASCII single quote. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3bd1bb3 commit ae57ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,7 @@ int cmd_apply(int argc, const char **argv, const char *unused_prefix)
32123212

32133213
struct option builtin_apply_options[] = {
32143214
{ OPTION_CALLBACK, 0, "exclude", NULL, "path",
3215-
"don´t apply changes matching the given path",
3215+
"don't apply changes matching the given path",
32163216
0, option_parse_exclude },
32173217
{ OPTION_CALLBACK, 0, "include", NULL, "path",
32183218
"apply changes matching the given path",

0 commit comments

Comments
 (0)