From e270f2d00ed1836c651e7c382050e15d534383a1 Mon Sep 17 00:00:00 2001 From: fanf 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') diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 247a498..bcc770c 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 2cb7f32..6be6c40 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.1