remote: die on config error when setting URL
[gitweb.git] / builtin / stripspace.c
index a8b7a93b43e414b51c76a4853ff3b49394ab1d77..7ff8434f7c3cf71dbd77cbf868d5dc56dd943fdb 100644 (file)
@@ -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
 };