=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/apply/apply.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/apply/apply.c 2000/11/20 14:07:06 1.7 +++ src/usr.bin/apply/apply.c 2000/12/24 11:22:54 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: apply.c,v 1.7 2000/11/20 14:07:06 deraadt Exp $ */ +/* $OpenBSD: apply.c,v 1.8 2000/12/24 11:22:54 aaron Exp $ */ /* $NetBSD: apply.c,v 1.3 1995/03/25 03:38:23 glass Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; #else -static char rcsid[] = "$OpenBSD: apply.c,v 1.7 2000/11/20 14:07:06 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: apply.c,v 1.8 2000/12/24 11:22:54 aaron Exp $"; #endif #endif /* not lint */ @@ -233,8 +233,7 @@ void usage() { - (void)fprintf(stderr, - "usage: apply [-a magic] [-0123456789] [-d] command arguments [...]\n"); + "usage: apply [-#] [-a magic] [-d] command argument [...]\n"); exit(1); }