diff options
author | Marco d'Itri <md@linux.it> | 2013-04-10 03:37:09 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-04-10 17:25:05 +0200 |
commit | 4deb57d9ba81e315b404f279ffcc6a93449d89c1 (patch) | |
tree | 4e51d6d4af54f47cee27ada4323b90ff4b9f5d1a | |
parent | 865f6025eb4c7cbf11b73ec6de97f924e70cae8b (diff) | |
download | whois-4deb57d9ba81e315b404f279ffcc6a93449d89c1.tar.gz |
Undocument the -F RIPE option
It is deprecated, does not always work correctly and nobody should ever
use it anymore.
-rw-r--r-- | whois.1 | 2 | ||||
-rw-r--r-- | whois.c | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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]...\~] @@ -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); } |