=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/tip.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/tip/Attic/tip.c 2007/05/15 19:42:05 1.33 +++ src/usr.bin/tip/Attic/tip.c 2008/06/01 18:38:29 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.c,v 1.33 2007/05/15 19:42:05 moritz Exp $ */ +/* $OpenBSD: tip.c,v 1.34 2008/06/01 18:38:29 sobrado Exp $ */ /* $NetBSD: tip.c,v 1.13 1997/04/20 00:03:05 mellon Exp $ */ /* @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)tip.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: tip.c,v 1.33 2007/05/15 19:42:05 moritz Exp $"; +static const char rcsid[] = "$OpenBSD: tip.c,v 1.34 2008/06/01 18:38:29 sobrado Exp $"; #endif /* not lint */ /* @@ -79,7 +79,7 @@ } if (argc > 4) { - fprintf(stderr, "usage: tip [-v] [-speed] [system-name]\n"); + fprintf(stderr, "usage: tip [-nv] [-speed] [system-name]\n"); exit(1); } if (!isatty(0)) {