=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/whois/whois.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- src/usr.bin/whois/whois.c 2024/03/16 02:00:31 1.60 +++ src/usr.bin/whois/whois.c 2024/03/16 06:29:36 1.61 @@ -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 @@ 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); }