From dea54737474f1e4d39edbdd08862e39751a2bd7a Mon Sep 17 00:00:00 2001 From: tjr Date: Thu, 13 Jun 2002 13:45:14 +0000 Subject: Remove bogus "-" operand from usage message. There is no restriction on where it may be placed, it is treated the same as the file arguments. --- bin/cat/cat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/cat') diff --git a/bin/cat/cat.c b/bin/cat/cat.c index c56abfb..2186946 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -110,7 +110,7 @@ main(int argc, char *argv[]) break; default: fprintf(stderr, - "usage: cat [-benstuv] [-] [file ...]\n"); + "usage: cat [-benstuv] [file ...]\n"); exit(1); } argv += optind; -- cgit v1.1