Skip to content

Commit fa7b63d

Browse files
committed
Merge branch 'ah/stripspace-optstring' into maint
* ah/stripspace-optstring: stripspace: call U+0020 a "space" instead of a "blank"
2 parents 8a71d90 + f562d7d commit fa7b63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/stripspace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ int cmd_stripspace(int argc, const char **argv, const char *prefix)
3535
N_("skip and remove all lines starting with comment character"),
3636
STRIP_COMMENTS),
3737
OPT_CMDMODE('c', "comment-lines", &mode,
38-
N_("prepend comment character and blank to each line"),
38+
N_("prepend comment character and space to each line"),
3939
COMMENT_LINES),
4040
OPT_END()
4141
};

0 commit comments

Comments
 (0)