Skip to content
Snippets Groups Projects
Commit fa7b63d2 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'ah/stripspace-optstring' into maint

* ah/stripspace-optstring:
  stripspace: call U+0020 a "space" instead of a "blank"
parents 8a71d90b f562d7de
Branches
Tags
No related merge requests found
......@@ -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()
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment