diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-01-24 22:27:50 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-01-24 22:27:50 +0000 |
| commit | ecca80bd97c078519d32a5f0a06b6a25c70aef79 (patch) | |
| tree | 8e7c10c39711659f38833c62c0506a70ba3a08bb /usr.bin/head/head.c | |
| parent | 9df24552a085698e7f10f5c16d79829ee20fa15f (diff) | |
Notes
Diffstat (limited to 'usr.bin/head/head.c')
| -rw-r--r-- | usr.bin/head/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 6af287c1d38f..94d99f9f828a 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -186,6 +186,6 @@ void usage() { - (void)fprintf(stderr, "usage: head [-n lines] [-c bytes] [file ...]\n"); + (void)fprintf(stderr, "usage: head [-n lines | -c bytes] [file ...]\n"); exit(1); } |
