comparison doc/libervia-cli/pubsub.rst @ 3610:7c4fcef5b561

doc (cli/pubsub/get): fix option in example: `-M` (legacy max items) must be used here to retrieve **last** items
author Goffi <goffi@goffi.org>
date Thu, 29 Jul 2021 22:51:01 +0200
parents 267e4987b58b
children ce864968fb23
comparison
equal deleted inserted replaced
3609:256faf6e951f 3610:7c4fcef5b561
41 example 41 example
42 ------- 42 -------
43 43
44 Retrieve the last 5 notes from our custom notes node:: 44 Retrieve the last 5 notes from our custom notes node::
45 45
46 $ li pubsub get -n notes -m 5 46 $ li pubsub get -n notes -M 5
47 47
48 .. _li_pubsub_delete: 48 .. _li_pubsub_delete:
49 49
50 delete 50 delete
51 ====== 51 ======