X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fstripspace.c;h=f16986c0ae811f6b998d20be39da1af6095fcfe8;hb=50c94032844bb184cdeff7779be3b6a23e04d312;hp=1288ffcc52530f8ef9561acd2eb2ec5322c9e230;hpb=3b425656a469722d9c45b7c88e0e01a9cd8c0fd3;p=git.git diff --git a/builtin/stripspace.c b/builtin/stripspace.c index 1288ffcc5..f16986c0a 100644 --- a/builtin/stripspace.c +++ b/builtin/stripspace.c @@ -75,7 +75,7 @@ int cmd_stripspace(int argc, const char **argv, const char *prefix) !strcmp(argv[1], "--strip-comments"))) strip_comments = 1; else if (argc > 1) - usage("git stripspace [-s | --strip-comments] < "); + usage("git stripspace [-s | --strip-comments] < input"); if (strbuf_read(&buf, 0, 1024) < 0) die_errno("could not read the input");