diff options
author | ng0 <ng0@n0.is> | 2019-03-09 10:07:20 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-09 10:07:20 +0000 |
commit | 42a91b868ea11a71c725c8d64c7368a3651d598b (patch) | |
tree | e6fb317b097fdc170d5361d9eb8508f663dcdec3 /doc/man/gnunet-gns.1 | |
parent | e6f0f438acdf9c9610ada64578cd90a5fa7253bd (diff) |
man: B preceding IP is wrong.
Diffstat (limited to 'doc/man/gnunet-gns.1')
-rw-r--r-- | doc/man/gnunet-gns.1 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1 index 597297629..750c72d95 100644 --- a/doc/man/gnunet-gns.1 +++ b/doc/man/gnunet-gns.1 @@ -8,33 +8,26 @@ gnunet\-gns \- Access to GNU Name System \fBgnunet\-gns\fP can be used to lookup and process GNU Name Service names. .SH OPTIONS -.B .IP "\-c FILENAME, \-\-config=FILENAME" Use the configuration file FILENAME. -.B .IP "\-r, \-\-raw" No unneeded output. This is a quiet mode where only important information is displayed. For example a lookup for an IP address will only yield the IP address, no descriptive text. -.B .IP "\-h, \-\-help" Print short help on options. -.B .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. -.B .IP "\-u NAME, \-\-lookup=NAME" Name to lookup. Resolve the specified name using the GNU Name System. -.B .IP "\-t TYPE, \-\-type=TYPE" Resource Record Type (TYPE) to look for. Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT. Defaults to "A". -.B .IP "\-v, \-\-version" Print GNUnet version number. .SH RETURN VALUE |