Skip to content

Commit

Permalink
Merge branch 'ah/stripspace-optstring'
Browse files Browse the repository at this point in the history
* ah/stripspace-optstring:
  stripspace: call U+0020 a "space" instead of a "blank"
  • Loading branch information
Junio C Hamano committed Feb 17, 2016
2 parents 8c7124c + f562d7d commit d6a5088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/stripspace.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ int cmd_stripspace(int argc, const char **argv, const char *prefix)
N_("skip and remove all lines starting with comment character"),
STRIP_COMMENTS),
OPT_CMDMODE('c', "comment-lines", &mode,
N_("prepend comment character and blank to each line"),
N_("prepend comment character and space to each line"),
COMMENT_LINES),
OPT_END()
};
Expand Down

0 comments on commit d6a5088

Please sign in to comment.