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.
This commit is contained in:
Tim J. Robbins 2002-06-13 13:45:14 +00:00
parent e785a241f2
commit 99cc224074
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98168

View File

@ -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;