comparison doc/libervia-cli/pubsub.rst @ 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
comparison
equal deleted inserted replaced
3610:7c4fcef5b561 3611:ce864968fb23
48 .. _li_pubsub_delete: 48 .. _li_pubsub_delete:
49 49
50 delete 50 delete
51 ====== 51 ======
52 52
53 Delete an item from a node. If ``-N, --notify`` is specified, subscribers will be notified 53 Delete an item from a node. If ``--no-notification`` is specified, subscribers wont be notified
54 of the item retraction. 54 of the item retraction (this is NOT recommended, as it will cause trouble to keep items in
55 sync, take caution when using this flag).
55 56
56 By default a confirmation is requested before deletion is requested to the PubSub service, 57 By default a confirmation is requested before deletion is requested to the PubSub service,
57 but you can override this behaviour by using ``-f, --force`` option. 58 but you can override this behaviour by using ``-f, --force`` option.
58 59
59 example 60 example