From: jmc Date: Sat, 16 Mar 2024 06:29:36 +0000 (+0000) Subject: add -S to usage(); X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=632cdb5f09c218d68fa40830ff50e6aec8d7db2b;p=openbsd add -S to usage(); --- diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 8421baeb91a..f45d0861fff 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -1,4 +1,4 @@ -/* $OpenBSD: whois.c,v 1.60 2024/03/16 02:00:31 millert Exp $ */ +/* $OpenBSD: whois.c,v 1.61 2024/03/16 06:29:36 jmc Exp $ */ /* * Copyright (c) 1980, 1993 @@ -373,7 +373,7 @@ usage(void) extern char *__progname; fprintf(stderr, - "usage: %s [-AadgIilmPQRr] [-c country-code | -h host] " + "usage: %s [-AadgIilmPQRrS] [-c country-code | -h host] " "[-p port] name ...\n", __progname); exit(1); }