summaryrefslogtreecommitdiff
path: root/usr.bin/whois/whois.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-12 13:26:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-12 13:26:10 +0000
commita5ded65edfd4ea1ad8dfc836e698a8172abb0e21 (patch)
tree3c988003457da918cdee150a362a9dff06a77967 /usr.bin/whois/whois.c
parent5c96a7243a206f4cb127c4ec3f5e80431943c89c (diff)
sort options and sync usage();
from wiz@netbsd
Diffstat (limited to 'usr.bin/whois/whois.c')
-rw-r--r--usr.bin/whois/whois.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index 2e12789bd13..fbd4143545b 100644
--- a/usr.bin/whois/whois.c
+++ b/usr.bin/whois/whois.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: whois.c,v 1.29 2003/10/04 03:18:38 deraadt Exp $ */
+/* $OpenBSD: whois.c,v 1.30 2003/10/12 13:26:09 jmc Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93";
#else
-static const char rcsid[] = "$OpenBSD: whois.c,v 1.29 2003/10/04 03:18:38 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: whois.c,v 1.30 2003/10/12 13:26:09 jmc Exp $";
#endif
#endif /* not lint */
@@ -307,7 +307,7 @@ usage(void)
extern char *__progname;
(void)fprintf(stderr,
- "usage: %s [-aAdgilmQrR6] [-c country-code | -h hostname] "
+ "usage: %s [-6AadgilmQRr] [-c country-code | -h hostname] "
"[-p port] name ...\n", __progname);
exit(1);
}