=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/main.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/find/main.c 2005/06/15 14:19:45 1.21 +++ src/usr.bin/find/main.c 2005/08/30 21:43:49 1.22 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.21 2005/06/15 14:19:45 millert Exp $ */ +/* $OpenBSD: main.c,v 1.22 2005/08/30 21:43:49 david Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -31,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$OpenBSD: main.c,v 1.21 2005/06/15 14:19:45 millert Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.22 2005/08/30 21:43:49 david Exp $"; #endif /* not lint */ #include @@ -137,6 +137,6 @@ usage(void) { (void)fprintf(stderr, - "usage: find [-dHhLWXx] [-f path] path ... [expression]\n"); + "usage: find [-dHhLXx] [-f path] path ... [expression]\n"); exit(1); }