tests: cram: fix usage test
authorPetr Štetiar <ynezz@true.cz>
Wed, 5 Aug 2020 08:27:24 +0000 (10:27 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 5 Aug 2020 08:27:24 +0000 (10:27 +0200)
Add new subscribe command help.

Fixes: 59835ae530f5 ("cli: document usage of "subscribe" command")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
tests/cram/test_ubus.t

index e4ba87fd14a6b93f981f4a2a979cd00e8cd500c6..b4ea236c71688064d5a8dd16fb45075a65b0dd60 100644 (file)
@@ -19,6 +19,7 @@ check usage:
   Commands:
    - list [<path>]\t\t\tList objects (esc)
    - call <path> <method> [<message>]\tCall an object method (esc)
+   - subscribe <path> [<path>...]\tSubscribe to object(s) notifications (esc)
    - listen [<path>...]\t\t\tListen for events (esc)
    - send <type> [<message>]\t\tSend an event (esc)
    - wait_for <object> [<object>...]\tWait for multiple objects to appear on ubus (esc)
@@ -40,6 +41,7 @@ check usage:
   Commands:
    - list [<path>]\t\t\tList objects (esc)
    - call <path> <method> [<message>]\tCall an object method (esc)
+   - subscribe <path> [<path>...]\tSubscribe to object(s) notifications (esc)
    - listen [<path>...]\t\t\tListen for events (esc)
    - send <type> [<message>]\t\tSend an event (esc)
    - wait_for <object> [<object>...]\tWait for multiple objects to appear on ubus (esc)