=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lock/lock.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/lock/lock.c 2003/06/03 02:56:10 1.20 +++ src/usr.bin/lock/lock.c 2005/07/14 14:42:28 1.21 @@ -1,4 +1,4 @@ -/* $OpenBSD: lock.c,v 1.20 2003/06/03 02:56:10 millert Exp $ */ +/* $OpenBSD: lock.c,v 1.21 2005/07/14 14:42:28 jmc Exp $ */ /* $NetBSD: lock.c,v 1.8 1996/05/07 18:32:31 jtc Exp $ */ /* @@ -43,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)lock.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: lock.c,v 1.20 2003/06/03 02:56:10 millert Exp $"; +static char rcsid[] = "$OpenBSD: lock.c,v 1.21 2005/07/14 14:42:28 jmc Exp $"; #endif /* not lint */ /* @@ -132,7 +132,7 @@ case '?': default: (void)fprintf(stderr, - "usage: %s [-n] [-p] [-a style] [-t timeout]\n", + "usage: %s [-np] [-a style] [-t timeout]\n", __progname); exit(1); }