diff options
Diffstat (limited to 'builtin/stripspace.c')
-rw-r--r-- | builtin/stripspace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/stripspace.c b/builtin/stripspace.c index a8b7a93b43..7ff8434f7c 100644 --- a/builtin/stripspace.c +++ b/builtin/stripspace.c @@ -14,8 +14,8 @@ static void comment_lines(struct strbuf *buf) } static const char * const stripspace_usage[] = { - N_("git stripspace [-s | --strip-comments] < input"), - N_("git stripspace [-c | --comment-lines] < input"), + N_("git stripspace [-s | --strip-comments]"), + N_("git stripspace [-c | --comment-lines]"), NULL }; |