summaryrefslogtreecommitdiffstats
path: root/usr.bin/head/head.c
diff options
context:
space:
mode:
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 6af287c1..94d99f9 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);
}
OpenPOWER on IntegriCloud