aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/whois
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/whois')
-rw-r--r--usr.bin/whois/whois.12
-rw-r--r--usr.bin/whois/whois.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1
index 247a498e819c..bcc770ce9624 100644
--- a/usr.bin/whois/whois.1
+++ b/usr.bin/whois/whois.1
@@ -36,7 +36,7 @@
.Nd "Internet domain name and network number directory service"
.Sh SYNOPSIS
.Nm
-.Op Fl aAbfgiIklmPQr
+.Op Fl aAbfgiIklmPQrRS
.Op Fl c Ar country-code | Fl h Ar host
.Op Fl p Ar port
.Ar name ...
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index 2cb7f321ace1..6be6c401c079 100644
--- a/usr.bin/whois/whois.c
+++ b/usr.bin/whois/whois.c
@@ -523,7 +523,7 @@ static void
usage(void)
{
fprintf(stderr,
- "usage: whois [-aAbfgiIklmPQr] [-c country-code | -h hostname] "
+ "usage: whois [-aAbfgiIklmPQrRS] [-c country-code | -h hostname] "
"[-p port] name ...\n");
exit(EX_USAGE);
}