diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index d054547f1ca..911dcda00bf 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); }