diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2014-04-18 12:20:18 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2014-04-18 12:20:18 +0000 |
commit | a3a577a83c4c63c4597d8a9bb624a1c5e2d1e5e3 (patch) | |
tree | af8595da03b54b705db2c52a111d5a4bb9d3547a /doc/man | |
parent | 7bae7a6783251df63244fc1eea7476f21b894e4e (diff) |
hack namestore pending capability
git-svn-id: https://gnunet.org/svn/gnunet@33111 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/gnunet-namestore.1 | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1 index ec99d088d2..577785df11 100644 --- a/doc/man/gnunet-namestore.1 +++ b/doc/man/gnunet-namestore.1 @@ -1,4 +1,4 @@ -.TH GNUNET\-NAMESTORE 1 "Mar 5, 2012" "GNUnet" +.TH GNUNET\-NAMESTORE 1 "Apr 15, 2014" "GNUnet" .SH NAME gnunet\-namestore \- manipulate GNUnet zones @@ -9,7 +9,7 @@ gnunet\-namestore \- manipulate GNUnet zones .br .SH DESCRIPTION -\fBgnunet\-namestore\fP can be used to create and manipulate a GNS zone. +\fBgnunet\-namestore\fP can be used to manipulate records in a GNS zone. .SH OPTIONS .B @@ -31,6 +31,9 @@ Specifies expiration time of record to add; format is relative time, i.e "1 h" o .IP "\-h, \-\-help" Print short help on options. .B +.IP "\-i NICKNAME, \-\-nick=NICKNAME" +Set the desired NICKNAME for the zone. The nickname will be included in all (public) records and used as the suggested name for this zone. +.B .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. .B @@ -40,9 +43,18 @@ Monitor changes to the zone on an ongoing basis (in contrast to \-D, which merel .IP "\-n NAME, \-\-name=NAME" Name of the record to add/delete/display .B +.IP "\-p, \-\-public" +Create a record that is public (shared with other users that know the label) +.B +.IP "\-P, \-\-pending" +Create a record that is pending approval (stored in the namestore but unavailable for resolution to anyone) +.B .IP "\-r PKEY, \-\-reverse=PKEY" Determine our GNS name for the given public key (reverse lookup of the PKEY) in the given zone. .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 expired. +.B .IP "\-t TYPE, \-\-type=TYPE" Type of the record to add/delete/display (i.e. "A", "AAAA", "NS", "PKEY", "MX" etc.) .B @@ -64,4 +76,5 @@ Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic .SH "SEE ALSO" -\fBgnunet\-gns\fP(1) +\fBgnunet\-gns\fP(1), \fBgnunet\-namestore\-gtk\fP(1) + |