diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-07-09 07:18:53 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-07-09 07:18:53 +0000 |
commit | a13d301ba2910e6df6c93eb4a15106a0323e46cc (patch) | |
tree | acf9f3c3189d65fff3a4a08f2bb33fe3be0b2153 /doc | |
parent | cdb6307117f72f42da7889debc4b4e903e4ca953 (diff) |
add '-m' option to gnunet-namestore, extend namestore monitor API with notification about being in sync
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/gnunet-namestore.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1 index 19c1ba285..f7a4695d7 100644 --- a/doc/man/gnunet-namestore.1 +++ b/doc/man/gnunet-namestore.1 @@ -34,6 +34,9 @@ Print short help on options. .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. .B +.IP "\-m, \-\-monitor" +Monitor changes to the zone on an ongoing basis (in contrast to \-D, which merely displays the current records) +.B .IP "\-n NAME, \-\-name=NAME" Name of the record to add/delete/display .B |