Mention the -F in the usage().

PR:		24586
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
This commit is contained in:
Ruslan Ermilov 2001-01-24 08:27:59 +00:00
parent 75c8e7795c
commit 1715c485d4

View File

@ -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);
}