From 13efd05c1bb611a3b30f53858fcd3a13589e08be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Wed, 5 Aug 2020 10:27:24 +0200 Subject: [PATCH] tests: cram: fix usage test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add new subscribe command help. Fixes: 59835ae530f5 ("cli: document usage of "subscribe" command") Signed-off-by: Petr Å tetiar --- tests/cram/test_ubus.t | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.30.2