aboutsummaryrefslogtreecommitdiff
path: root/networking/whois.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/whois.c')
-rw-r--r--networking/whois.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/whois.c b/networking/whois.c
index 6ba8dfd20..c9dfcf5ee 100644
--- a/networking/whois.c
+++ b/networking/whois.c
@@ -167,8 +167,8 @@ int whois_main(int argc UNUSED_PARAM, char **argv)
167 int port = 43; 167 int port = 43;
168 const char *host = "whois.iana.org"; 168 const char *host = "whois.iana.org";
169 169
170 opt_complementary = "-1:p+"; 170 opt_complementary = "-1";
171 getopt32(argv, "ih:p:", &host, &port); 171 getopt32(argv, "ih:p:+", &host, &port);
172 argv += optind; 172 argv += optind;
173 173
174 do { 174 do {