summaryrefslogtreecommitdiff
path: root/usr.bin/find/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/find/main.c')
-rw-r--r--usr.bin/find/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c
index 68a93604372..ee1e0049829 100644
--- a/usr.bin/find/main.c
+++ b/usr.bin/find/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.17 2003/09/26 22:22:26 tedu Exp $ */
+/* $OpenBSD: main.c,v 1.18 2004/02/24 07:20:38 jmc 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.17 2003/09/26 22:22:26 tedu Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.18 2004/02/24 07:20:38 jmc Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -141,6 +141,6 @@ static void
usage(void)
{
(void)fprintf(stderr,
- "usage: find [-dHhLXxW] [-f file] file [...] [expression]\n");
+ "usage: find [-dHhLWXx] [-f file] file [...] [expression]\n");
exit(1);
}