aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-02-16 15:09:39 +0000
committerChristian Grothoff <christian@grothoff.org>2014-02-16 15:09:39 +0000
commit24f64b79df59314ba650dbc7279a76d00180b2d6 (patch)
tree6a541580bc5daade7ba706a1784a05f330e4e673 /doc
parent0876dfa34e4b78ca077e9219a1ec51b08ac9395b (diff)
downloadgnunet-24f64b79df59314ba650dbc7279a76d00180b2d6.tar.gz
gnunet-24f64b79df59314ba650dbc7279a76d00180b2d6.zip
add timeout option to gnunet-gns
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-gns.115
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index 02eaa9e30..5fabc14f3 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -22,12 +22,6 @@ This is a quiet mode where only important information is displayed.
22For example a lookup for an IP address will only yield the IP address, no 22For example a lookup for an IP address will only yield the IP address, no
23descriptive text. 23descriptive text.
24.B 24.B
25.IP "\-t TYPE, \-\-type=TYPE"
26Resource Record Type (TYPE) to look for.
27Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT
28
29Defaults to "A".
30.B
31.IP "\-h, \-\-help" 25.IP "\-h, \-\-help"
32Print short help on options. 26Print short help on options.
33.B 27.B
@@ -41,6 +35,15 @@ Resolve the specified name using the GNUnet Name System.
41.IP "\-p PKEY, \-\-public-key=PKEY" 35.IP "\-p PKEY, \-\-public-key=PKEY"
42Public key of the zone to perform the lookup in. This option should be used if the lookup is to be performed against a zone not controlled by this peer (alternatively, you could pass a ".zkey" for the name). 36Public key of the zone to perform the lookup in. This option should be used if the lookup is to be performed against a zone not controlled by this peer (alternatively, you could pass a ".zkey" for the name).
43.B 37.B
38.IP "\-T DELAY, \-\-timeout=DELAY"
39Set the timeout to DELAY. By default, gnunet\-gns will continue to try to resolve the name until there is a definitive answer or until the user aborts with CTRL\-C.
40.B
41.IP "\-t TYPE, \-\-type=TYPE"
42Resource Record Type (TYPE) to look for.
43Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT
44
45Defaults to "A".
46.B
44.IP "\-z NAME, \-\-zone=NAME" 47.IP "\-z NAME, \-\-zone=NAME"
45Name of the ego of the zone to lookup the record in. The public key associated with the ego will be used for the zone. 48Name of the ego of the zone to lookup the record in. The public key associated with the ego will be used for the zone.
46.B 49.B