=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/xstr/Attic/xstr.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/xstr/Attic/xstr.c 2004/06/21 15:27:19 1.12 +++ src/usr.bin/xstr/Attic/xstr.c 2004/07/26 09:04:18 1.13 @@ -1,4 +1,4 @@ -/* $OpenBSD: xstr.c,v 1.12 2004/06/21 15:27:19 avsm Exp $ */ +/* $OpenBSD: xstr.c,v 1.13 2004/07/26 09:04:18 jmc Exp $ */ /* $NetBSD: xstr.c,v 1.5 1994/12/24 16:57:59 cgd Exp $ */ /* @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)xstr.c 8.1 (Berkeley) 6/9/93"; #endif -static char rcsid[] = "$OpenBSD: xstr.c,v 1.12 2004/06/21 15:27:19 avsm Exp $"; +static char rcsid[] = "$OpenBSD: xstr.c,v 1.13 2004/07/26 09:04:18 jmc Exp $"; #endif /* not lint */ #include @@ -115,7 +115,7 @@ break; default: fprintf(stderr, - "usage: xstr [-vc] [-l array] [-] [name ...]\n"); + "usage: xstr [-cv] [-l array] [-] [file ...]\n"); exit(1); } argc -= optind;