X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fstripspace.c;h=f16986c0ae811f6b998d20be39da1af6095fcfe8;hb=c17ff2a36160ae51a1cefa9fe8f067dbeb33e884;hp=1288ffcc52530f8ef9561acd2eb2ec5322c9e230;hpb=4df989f9537cc9f168e96da7700f012b6367c63f;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");