Mention the -F in the usage().
PR: 24586 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
This commit is contained in:
parent
75c8e7795c
commit
1715c485d4
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user