summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-01-24 08:27:59 +0000
committerru <ru@FreeBSD.org>2001-01-24 08:27:59 +0000
commit503815490443f89cdacfb2b3f8f8af0636c474fc (patch)
tree0eb9aeaccfe872b1d129bd396784c9d740950b90 /usr.bin
parent2eeecc32407b61890e37bac5c548b2d528ae05cc (diff)
downloadFreeBSD-src-503815490443f89cdacfb2b3f8f8af0636c474fc.zip
FreeBSD-src-503815490443f89cdacfb2b3f8f8af0636c474fc.tar.gz
Mention the -F in the usage().
PR: 24586 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
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