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:
parent
e785a241f2
commit
99cc224074
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user