Undocument the -F RIPE option

It is deprecated, does not always work correctly and nobody should ever
use it anymore.
This commit is contained in:
Marco d'Itri 2013-04-10 03:37:09 +02:00
parent 865f6025eb
commit 4deb57d9ba
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ whois \- client for the whois directory service
.B whois
[\~{\~\fB\-h\fP | \fB\-\-host\fP\~}\~\fIHOST\fP\~]
[\~{\~\fB\-p\fP | \fB\-\-port\fP\~}\~\fIPORT\fP\~]
[\~\fB\-abBcdFGHKlLmMrRx\fP\~]
[\~\fB\-abBcdGHKlLmMrRx\fP\~]
[\~\fB\-g\fP\~\fISOURCE:FIRST\-LAST\fP\~]
[\~\fB\-i\fP\~\fIATTR\fP[\fI,ATTR\fP]...\~]
[\~\fB\-s\fP\~\fISOURCE\fP[\fI,SOURCE\fP]...\~]

View File

@ -1217,7 +1217,6 @@ void usage(int error)
"-t TYPE request template for object of TYPE\n"
"-v TYPE request verbose template for object of TYPE\n"
"-q [version|sources|types] query specified server info\n"
"-F fast raw output (implies -r)\n"
));
exit(error);
}