diff options
Diffstat (limited to 'toys/posix')
-rw-r--r-- | toys/posix/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/head.c b/toys/posix/head.c index 0cec4033..7e34a714 100644 --- a/toys/posix/head.c +++ b/toys/posix/head.c @@ -6,7 +6,7 @@ * * Deviations from posix: -c -USE_HEAD(NEWTOY(head, "?n#<0=10c#<0qv[-nc]", TOYFLAG_USR|TOYFLAG_BIN)) +USE_HEAD(NEWTOY(head, "?n(lines)#<0=10c(bytes)#<0qv[-nc]", TOYFLAG_USR|TOYFLAG_BIN)) config HEAD bool "head" |