aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-05-13 14:28:03 +0000
committerChristian Grothoff <christian@grothoff.org>2014-05-13 14:28:03 +0000
commit3152ce783fb3c297af673e23297303c62f061a71 (patch)
tree98bef1ce45a698d11dc27918894dee6c36876155 /doc
parent9948a0b7e77fa3ae2d6ed28d7dc50236e869fc93 (diff)
downloadgnunet-3152ce783fb3c297af673e23297303c62f061a71.tar.gz
gnunet-3152ce783fb3c297af673e23297303c62f061a71.zip
fixing #3302: match record type and value as well during deletion, if specified
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-namestore.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index 577785df1..c77eefb8d 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -20,7 +20,7 @@ Desired operation is adding a record
20Use the configuration file FILENAME. 20Use the configuration file FILENAME.
21.B 21.B
22.IP "\-d, \-\-delete" 22.IP "\-d, \-\-delete"
23Desired operation is deleting all of the records under the given name 23Desired operation is deleting records under the given name that match the specified type (\-t) and value (\-V). If type or value are not specified, it means that all types (or values) should be assumed to match (and possibly multiple or all values under the given label will be deleted). Specifying a label (\-n) is mandatory. Note that matching by expiration time or flags is (currently) not supported.
24.B 24.B
25.IP "\-D, \-\-display" 25.IP "\-D, \-\-display"
26Desired operation is listing of matching records 26Desired operation is listing of matching records
@@ -41,7 +41,7 @@ Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
41Monitor changes to the zone on an ongoing basis (in contrast to \-D, which merely displays the current records) 41Monitor changes to the zone on an ongoing basis (in contrast to \-D, which merely displays the current records)
42.B 42.B
43.IP "\-n NAME, \-\-name=NAME" 43.IP "\-n NAME, \-\-name=NAME"
44Name of the record to add/delete/display 44Label or name of the record to add/delete/display
45.B 45.B
46.IP "\-p, \-\-public" 46.IP "\-p, \-\-public"
47Create a record that is public (shared with other users that know the label) 47Create a record that is public (shared with other users that know the label)