changeset 3611:ce864968fb23

doc (cli/pubsub/delete): update doc following notification option change
author Goffi <goffi@goffi.org>
date Thu, 29 Jul 2021 22:51:01 +0200
parents 7c4fcef5b561
children 21e7d46b988c
files doc/libervia-cli/pubsub.rst
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/libervia-cli/pubsub.rst	Thu Jul 29 22:51:01 2021 +0200
+++ b/doc/libervia-cli/pubsub.rst	Thu Jul 29 22:51:01 2021 +0200
@@ -50,8 +50,9 @@
 delete
 ======
 
-Delete an item from a node. If ``-N, --notify`` is specified, subscribers will be notified
-of the item retraction.
+Delete an item from a node. If ``--no-notification`` is specified, subscribers wont be notified
+of the item retraction (this is NOT recommended, as it will cause trouble to keep items in
+sync, take caution when using this flag).
 
 By default a confirmation is requested before deletion is requested to the PubSub service,
 but you can override this behaviour by using ``-f, --force`` option.