aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-17 10:13:33 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-17 10:13:34 -0800
commitd6a5088f6744e0fe19ed1a43700f400b334705f4 (patch)
treed15b902d5aa1b3489b448389728c82f9398b2fc2
parent8c7124c9ac3797b4880bba9f1bae3436672ac31e (diff)
parentf562d7de32fe4202c3d0d245b87fe671011ad698 (diff)
downloadgit-d6a5088f6744e0fe19ed1a43700f400b334705f4.tar.gz
git-d6a5088f6744e0fe19ed1a43700f400b334705f4.tar.xz
Merge branch 'ah/stripspace-optstring'
* ah/stripspace-optstring: stripspace: call U+0020 a "space" instead of a "blank"
-rw-r--r--builtin/stripspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/stripspace.c b/builtin/stripspace.c
index 7ff8434f7..15e716ef4 100644
--- a/builtin/stripspace.c
+++ b/builtin/stripspace.c
@@ -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()
};