aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/tail.c')
-rw-r--r--toys/posix/tail.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/posix/tail.c b/toys/posix/tail.c
index bf997864..d01329c4 100644
--- a/toys/posix/tail.c
+++ b/toys/posix/tail.c
@@ -17,9 +17,9 @@ config TAIL
Copy last lines from files to stdout. If no files listed, copy from
stdin. Filename "-" is a synonym for stdin.
- -n output the last NUMBER lines (default 10), +X counts from start
- -c output the last NUMBER bytes, +NUMBER counts from start
- -f follow FILE(s), waiting for more data to be appended
+ -n Output the last NUMBER lines (default 10), +X counts from start
+ -c Output the last NUMBER bytes, +NUMBER counts from start
+ -f Follow FILE(s), waiting for more data to be appended
config TAIL_SEEK
bool "tail seek support"