diff options
author | 2005-08-30 21:43:49 +0000 | |
---|---|---|
committer | 2005-08-30 21:43:49 +0000 | |
commit | 3f045b9a75392b0d169c462bf74771a4726028a5 (patch) | |
tree | 4de033657d21aa0a06a7e1012a49394eeee68cfe | |
parent | Fix one of the most fragile part of ospfd -- the interface election code. (diff) | |
download | wireguard-openbsd-3f045b9a75392b0d169c462bf74771a4726028a5.tar.xz wireguard-openbsd-3f045b9a75392b0d169c462bf74771a4726028a5.zip |
remove -W from synopsis; ok deraadt@ jmc@
-rw-r--r-- | usr.bin/find/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 21232d8c6f5..42c62f3de27 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -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 <sys/types.h> @@ -137,6 +137,6 @@ static void usage(void) { (void)fprintf(stderr, - "usage: find [-dHhLWXx] [-f path] path ... [expression]\n"); + "usage: find [-dHhLXx] [-f path] path ... [expression]\n"); exit(1); } |