aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-13 14:59:14 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-13 14:59:14 +0100
commitc30a518e58479c6ffc5e634db3624f5e82e25f1d (patch)
tree8989b15cbc8444eb9fb0c0222e6f99fe8ed449ab /doc
parentc84054626c6cc460bad4b6562ee89c221be308aa (diff)
downloadgnunet-c30a518e58479c6ffc5e634db3624f5e82e25f1d.tar.gz
gnunet-c30a518e58479c6ffc5e634db3624f5e82e25f1d.zip
complete implementation of -R, to be tested by r
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-namestore.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index 10577a0d9..9f4b4d2d6 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -61,6 +61,14 @@ label)
61Determine our GNS name for the given public key (reverse lookup of the 61Determine our GNS name for the given public key (reverse lookup of the
62PKEY) in the given zone. 62PKEY) in the given zone.
63.B 63.B
64.IP "\-R RECORDLINE, \-\-replace=RECORDLINE"
65Sets record set to values given in RECORDLINE. This option can be specified multiple
66times to provide multiple records for the record set. Existing records under the
67same label will be deleted. The format for the RECORDLINE is
68"TTL TYPE FLAGS VALUE" where TTL is the time to live in seconds, TYPE is the
69DNS/GNS record type, FLAGS is "(N)ORMAL", "(S)HADOW" or "(P)UBLIC". The VALUE
70follows the usual human-readable value format(s) of DNS/GNS.
71.B
64.IP "\-s, \-\-shadow" 72.IP "\-s, \-\-shadow"
65Create a record that is a shadow record. Shadow records are only used 73Create a record that is a shadow record. Shadow records are only used
66once all other records of the same type under the same label have 74once all other records of the same type under the same label have