aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/head.c')
-rw-r--r--toys/posix/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/head.c b/toys/posix/head.c
index ab8467e4..d5c0700c 100644
--- a/toys/posix/head.c
+++ b/toys/posix/head.c
@@ -12,7 +12,7 @@ config HEAD
bool "head"
default y
help
- usage: head [-n number] [file...]
+ usage: head [-n NUM] [FILE...]
Copy first lines from files to stdout. If no files listed, copy from
stdin. Filename "-" is a synonym for stdin.