From: Mark Wooding Date: Mon, 6 Feb 2006 17:56:36 +0000 (+0000) Subject: blast: Upper-case metasyntactic variables in the usage message. X-Git-Tag: 1.3.0~11 X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/commitdiff_plain/9515272fc0a92f82c056a9b8bca0633822e14d9c blast: Upper-case metasyntactic variables in the usage message. --- diff --git a/blast.c b/blast.c index 2791cb1..d032646 100644 --- a/blast.c +++ b/blast.c @@ -151,7 +151,7 @@ int main(int argc, char *argv[]) argv += optind; argc -= optind; if (argc != 2) { - pquis(stderr, "Usage: $ [-t time] [-n count] host port\n"); + pquis(stderr, "Usage: $ [-t TIME] [-n COUNT] HOST PORT\n"); exit(1); }