summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-24 20:00:39 +0000
committerJim Meyering <jim@meyering.net>1993-10-24 20:00:39 +0000
commit3bc2827212cbdb43d877ae46a5a3713d807411e8 (patch)
tree9509280b345391caef8a619c753b7680b453fccf /src/tail.c
parent6d920eca0c6cae9faf401333316cd3698883fbc2 (diff)
downloadcoreutils-3bc2827212cbdb43d877ae46a5a3713d807411e8.tar.xz
merge with 1.8h
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tail.c b/src/tail.c
index 51a71c31a..2eb05c7da 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -1028,9 +1028,9 @@ Usage: %s [OPTION]... [FILE]...\n\
program_name);
printf ("\
\n\
- -c, --bytes SIZE print last SIZE bytes\n\
+ -c, --bytes=SIZE print last SIZE bytes\n\
-f, --follow print files as they grow\n\
- -l, -n, --lines NUMBER print last NUMBER lines, instead of last 10\n\
+ -l, -n, --lines=NUMBER print last NUMBER lines, instead of last 10\n\
-q, --quiet, --silent never print headers giving file names\n\
-v, --verbose always print headers giving file names\n\
--help display this help and exit\n\