From de80c945d272ec3dc5f40270a494b662c9509738 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Fri, 22 Jan 2016 19:06:43 +0000 Subject: Update whois synopsis and usage with new options --- usr.bin/whois/whois.1 | 2 +- usr.bin/whois/whois.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/whois') 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); } -- cgit v1.2.3