From c30a518e58479c6ffc5e634db3624f5e82e25f1d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 13 Nov 2018 14:59:14 +0100 Subject: complete implementation of -R, to be tested by r --- doc/man/gnunet-namestore.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/man/gnunet-namestore.1') 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) Determine our GNS name for the given public key (reverse lookup of the PKEY) in the given zone. .B +.IP "\-R RECORDLINE, \-\-replace=RECORDLINE" +Sets record set to values given in RECORDLINE. This option can be specified multiple +times to provide multiple records for the record set. Existing records under the +same label will be deleted. The format for the RECORDLINE is +"TTL TYPE FLAGS VALUE" where TTL is the time to live in seconds, TYPE is the +DNS/GNS record type, FLAGS is "(N)ORMAL", "(S)HADOW" or "(P)UBLIC". The VALUE +follows the usual human-readable value format(s) of DNS/GNS. +.B .IP "\-s, \-\-shadow" Create a record that is a shadow record. Shadow records are only used once all other records of the same type under the same label have -- cgit v1.2.3