Skip to content

Commit

Permalink
git-apply: fix option description
Browse files Browse the repository at this point in the history
Do not use non ASCII single quote.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ulrich Windl authored and Junio C Hamano committed Apr 16, 2009
1 parent 3bd1bb3 commit ae57ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ae57ec2

Please sign in to comment.