summaryrefslogtreecommitdiff
path: root/usr.bin/whois
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-03-04 21:37:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-03-04 21:37:57 +0000
commit1941b9a76b34c949eb7b087e2c459f94034e0655 (patch)
tree940459b315848a006a4a115090defe6aa6b1e9bb /usr.bin/whois
parentddad61f205d03802cd195c568ccd93e7ee6a71f7 (diff)
remove -6 from usage();
Diffstat (limited to 'usr.bin/whois')
-rw-r--r--usr.bin/whois/whois.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index ee365595d26..12f588c403d 100644
--- a/usr.bin/whois/whois.c
+++ b/usr.bin/whois/whois.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: whois.c,v 1.42 2010/03/04 18:17:03 krw Exp $ */
+/* $OpenBSD: whois.c,v 1.43 2010/03/04 21:37:56 jmc Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -306,7 +306,7 @@ usage(void)
extern char *__progname;
fprintf(stderr,
- "usage: %s [-6AadgilmQRr] [-c country-code | -h host] "
+ "usage: %s [-AadgilmQRr] [-c country-code | -h host] "
"[-p port] name ...\n", __progname);
exit(1);
}