From: Petr Štetiar Date: Wed, 5 Aug 2020 08:27:24 +0000 (+0200) Subject: tests: cram: fix usage test X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=13efd05c1bb611a3b30f53858fcd3a13589e08be;p=project%2Fubus.git tests: cram: fix usage test Add new subscribe command help. Fixes: 59835ae530f5 ("cli: document usage of "subscribe" command") Signed-off-by: Petr Štetiar --- diff --git a/tests/cram/test_ubus.t b/tests/cram/test_ubus.t index e4ba87f..b4ea236 100644 --- a/tests/cram/test_ubus.t +++ b/tests/cram/test_ubus.t @@ -19,6 +19,7 @@ check usage: Commands: - list []\t\t\tList objects (esc) - call []\tCall an object method (esc) + - subscribe [...]\tSubscribe to object(s) notifications (esc) - listen [...]\t\t\tListen for events (esc) - send []\t\tSend an event (esc) - wait_for [...]\tWait for multiple objects to appear on ubus (esc) @@ -40,6 +41,7 @@ check usage: Commands: - list []\t\t\tList objects (esc) - call []\tCall an object method (esc) + - subscribe [...]\tSubscribe to object(s) notifications (esc) - listen [...]\t\t\tListen for events (esc) - send []\t\tSend an event (esc) - wait_for [...]\tWait for multiple objects to appear on ubus (esc)