- Simplify the formatting in the SYNOPSIS.
- Add the forgotten new option in usage().
This commit is contained in:
parent
e2668f5563
commit
2982527d8b
@ -48,9 +48,7 @@
|
||||
.Fl f |
|
||||
.Fl r
|
||||
.Oc
|
||||
.Oo
|
||||
.Fl q
|
||||
.Oc
|
||||
.Op Fl q
|
||||
.Oo
|
||||
.Fl b Ar number |
|
||||
.Fl c Ar number |
|
||||
|
@ -332,6 +332,7 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
(void)fprintf(stderr,
|
||||
"usage: tail [-F | -f | -r] [-b # | -c # | -n #] [file ...]\n");
|
||||
"usage: tail [-F | -f | -r] [-q] [-b # | -c # | -n #]"
|
||||
" [file ...]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user