aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-gns.125
1 files changed, 23 insertions, 2 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index 12fd5e316..8fd4b33e4 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -13,20 +13,41 @@ gnunet\-gns \- manipulate GNUnet GNS zones
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
16.IP "\-z FILENAME, \-\-zonekey=FILENAME" 16.IP "\-a, \-\-add"
17Specifies the filename with the private key for the zone (mandatory option) 17Desired operation is adding a record
18.B 18.B
19.IP "\-c FILENAME, \-\-config=FILENAME" 19.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME. 20Use the configuration file FILENAME.
21.B 21.B
22.IP "\-d, \-\-delete"
23Desired operation is deleting a record
24.B
25.IP "\-D, \-\-display"
26Desired operation is listing of matching records
27.B
28.IP "\-e TIME, \-\-expiration=TIME"
29Specifies expiration time of record to add; format is relative time, i.e "1 h" or "7 d 30 m". Supported units are "ms", "s", "min" or "minutes", "h" (hours), "d" (days) and "a" (years).
30.B
22.IP "\-h, \-\-help" 31.IP "\-h, \-\-help"
23Print short help on options. 32Print short help on options.
24.B 33.B
25.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 34.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
26Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 35Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
27.B 36.B
37.IP "\-n NAME, \-\-name=NAME"
38Name of the record to add/delete/display
39.B
40.IP "\-t TYPE, \-\-type=TYPE"
41Type of the record to add/delete/display (i.e. "A", "AAAA", "NS", "PKEY", "MX" etc.)
42.B
28.IP "\-v, \-\-version" 43.IP "\-v, \-\-version"
29Print GNUnet version number. 44Print GNUnet version number.
45.B
46.IP "\-V VALUE, \-\-value=VALUE"
47Value to store or remove from the GNS zone. Specific format depends on the record type. A records expect a dotted decimal IPv4 address, AAAA records an IPv6 address, PKEY a public key in GNUnet's printable format, and CNAME and NS records should be a domain name.
48.B
49.IP "\-z FILENAME, \-\-zonekey=FILENAME"
50Specifies the filename with the private key for the zone (mandatory option)
30 51
31 52
32.SH BUGS 53.SH BUGS