summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tail/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c
index d054547..911dcda 100644
--- a/usr.bin/tail/tail.c
+++ b/usr.bin/tail/tail.c
@@ -306,6 +306,6 @@ static void
usage()
{
(void)fprintf(stderr,
- "usage: tail [-f | -r] [-b # | -c # | -n #] [file ...]\n");
+ "usage: tail [-F | -f | -r] [-b # | -c # | -n #] [file ...]\n");
exit(1);
}
OpenPOWER on IntegriCloud