View | Details | Raw Unified | Return to bug 24586
Collapse All | Expand All

(-)tail.c (-1 / +1 lines)
Lines 302-307 Link Here
302
usage()
302
usage()
303
{
303
{
304
	(void)fprintf(stderr,
304
	(void)fprintf(stderr,
305
	    "usage: tail [-f | -r] [-b # | -c # | -n #] [file ...]\n");
305
	    "usage: tail [-F | -f | -r] [-b # | -c # | -n #] [file ...]\n");
306
	exit(1);
306
	exit(1);
307
}
307
}

Return to bug 24586