diff options
author | ru <ru@FreeBSD.org> | 2001-01-24 08:27:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-01-24 08:27:59 +0000 |
commit | 503815490443f89cdacfb2b3f8f8af0636c474fc (patch) | |
tree | 0eb9aeaccfe872b1d129bd396784c9d740950b90 /usr.bin/tail | |
parent | 2eeecc32407b61890e37bac5c548b2d528ae05cc (diff) | |
download | FreeBSD-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/tail')
-rw-r--r-- | usr.bin/tail/tail.c | 2 |
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); } |