aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-namestore.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-namestore.1')
-rw-r--r--doc/man/gnunet-namestore.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index e53bb7d95..e0d68fed1 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -61,11 +61,11 @@ Desired operation is adding a record.
61Use the configuration file FILENAME. 61Use the configuration file FILENAME.
62.It Fl d | -delete 62.It Fl d | -delete
63Desired operation is deleting records under the given name that match 63Desired operation is deleting records under the given name that match
64the specified type (\-t) and value (\-V). 64the specified type (-t) and value (-V).
65If type or value are not specified, it means that all types (or 65If type or value are not specified, it means that all types (or
66values) should be assumed to match (and possibly multiple or all 66values) should be assumed to match (and possibly multiple or all
67values under the given label will be deleted). 67values under the given label will be deleted).
68Specifying a label (\-n) is mandatory. 68Specifying a label (-n) is mandatory.
69Note that matching by expiration time or flags is (currently) not 69Note that matching by expiration time or flags is (currently) not
70supported. 70supported.
71.It Fl D | -display 71.It Fl D | -display
@@ -85,7 +85,7 @@ suggested name for this zone.
85Use LOGLEVEL for logging. 85Use LOGLEVEL for logging.
86Valid values are DEBUG, INFO, WARNING and ERROR. 86Valid values are DEBUG, INFO, WARNING and ERROR.
87.It Fl m | -monitor 87.It Fl m | -monitor
88Monitor changes to the zone on an ongoing basis (in contrast to \-D, 88Monitor changes to the zone on an ongoing basis (in contrast to -D,
89which merely displays the current records). 89which merely displays the current records).
90.It Fl n Ar NAME | Fl -name= Ns Ar NAME 90.It Fl n Ar NAME | Fl -name= Ns Ar NAME
91Label or name of the record to add/delete/display. 91Label or name of the record to add/delete/display.