# HG changeset patch # User Goffi # Date 1627591861 -7200 # Node ID ce864968fb23211bba748e83d6e45f36c27a0b26 # Parent 7c4fcef5b56191f9b00188e2656c2e1ab7950144 doc (cli/pubsub/delete): update doc following notification option change diff -r 7c4fcef5b561 -r ce864968fb23 doc/libervia-cli/pubsub.rst --- 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.