aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-gns.116
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index e5e2240b9..2e45ee065 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -1,4 +1,4 @@
1.TH GNUNET\-GNS 1 "Aug 8, 2013" "GNUnet" 1.TH GNUNET\-GNS 1 "Aug 23, 2013" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-gns \- Access to GNUnet Name Service 4gnunet\-gns \- Access to GNUnet Name Service
@@ -22,9 +22,9 @@ 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 RRTYPE, \-\-type=RRTYPE" 25.IP "\-t TYPE, \-\-type=TYPE"
26Resource Record Type (RRTYPE) to look for. 26Resource Record Type (TYPE) to look for.
27Supported RRTYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT 27Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT
28 28
29Defaults to "A". 29Defaults to "A".
30.B 30.B
@@ -38,6 +38,12 @@ Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
38Name to lookup. 38Name to lookup.
39Resolve the specified name using the GNUnet Name System. 39Resolve the specified name using the GNUnet Name System.
40.B 40.B
41.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).
43.B
44.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.
46.B
41.IP "\-v, \-\-version" 47.IP "\-v, \-\-version"
42Print GNUnet version number. 48Print GNUnet version number.
43.B 49.B
@@ -48,4 +54,4 @@ Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic
48 54
49 55
50.SH "SEE ALSO" 56.SH "SEE ALSO"
51\fBgnunet\-namestore\fP(1) 57\fBgnunet\-namestore\fP(1), \fBgnunet\-identity\fP(1)