Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tail Add -F to usage, per bin/16558 by Ryan Younce.



details:   https://anonhg.NetBSD.org/src/rev/787f83d5e4e3
branches:  trunk
changeset: 526275:787f83d5e4e3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 29 20:12:31 2002 +0000

description:
Add -F to usage, per bin/16558 by Ryan Younce.

diffstat:

 usr.bin/tail/tail.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 4b6f2cf7002e -r 787f83d5e4e3 usr.bin/tail/tail.c
--- a/usr.bin/tail/tail.c       Mon Apr 29 19:50:05 2002 +0000
+++ b/usr.bin/tail/tail.c       Mon Apr 29 20:12:31 2002 +0000
@@ -44,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)tail.c     8.1 (Berkeley) 6/6/93";
 #endif
-__RCSID("$NetBSD: tail.c,v 1.7 1998/08/25 20:59:41 ross Exp $");
+__RCSID("$NetBSD: tail.c,v 1.8 2002/04/29 20:12:31 wiz Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -305,6 +305,6 @@
 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);
 }



Home | Main Index | Thread Index | Old Index