summaryrefslogtreecommitdiff
path: root/usr.bin/head/head.c
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2002-01-24 22:27:50 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2002-01-24 22:27:50 +0000
commitecca80bd97c078519d32a5f0a06b6a25c70aef79 (patch)
tree8e7c10c39711659f38833c62c0506a70ba3a08bb /usr.bin/head/head.c
parent9df24552a085698e7f10f5c16d79829ee20fa15f (diff)
Notes
Diffstat (limited to 'usr.bin/head/head.c')
-rw-r--r--usr.bin/head/head.c2
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);
}