diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-13 13:45:14 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-13 13:45:14 +0000 |
| commit | 99cc2240743e58fbd9190841159f3988ff8ca685 (patch) | |
| tree | 42ba0ba5aca33dd037304ccf340e6011f3d3e9a7 /bin | |
| parent | e785a241f2a841ff2345d1a61514f889cc1526b6 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/cat/cat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c index c56abfb1e63d..2186946c4d76 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; |
