We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a71d90 + f562d7d commit fa7b63dCopy full SHA for fa7b63d
1 file changed
builtin/stripspace.c
@@ -35,7 +35,7 @@ int cmd_stripspace(int argc, const char **argv, const char *prefix)
35
N_("skip and remove all lines starting with comment character"),
36
STRIP_COMMENTS),
37
OPT_CMDMODE('c', "comment-lines", &mode,
38
- N_("prepend comment character and blank to each line"),
+ N_("prepend comment character and space to each line"),
39
COMMENT_LINES),
40
OPT_END()
41
};
0 commit comments