From 632cdb5f09c218d68fa40830ff50e6aec8d7db2b Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 16 Mar 2024 06:29:36 +0000 Subject: [PATCH] add -S to usage(); --- usr.bin/whois/whois.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.20.1