From 1715c485d43e58df7d69075909a26a1d17e6c1fb Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 24 Jan 2001 08:27:59 +0000 Subject: [PATCH] Mention the -F in the usage(). PR: 24586 Submitted by: Cyrille Lefevre --- usr.bin/tail/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }