diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-24 08:27:59 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-24 08:27:59 +0000 |
commit | 1715c485d43e58df7d69075909a26a1d17e6c1fb (patch) | |
tree | bb7bb8f36626a8743a6ad1ffee5683d53d213566 /usr.bin | |
parent | 75c8e7795c4d8731348f784f9341436d09f85a37 (diff) |
Notes
Diffstat (limited to 'usr.bin')
-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 d054547f1ca2c..911dcda00bf57 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); } |