summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli.c b/cli.c
index f566279..81591ec 100644
--- a/cli.c
+++ b/cli.c
@@ -549,6 +549,7 @@ static int usage(const char *prog)
"Commands:\n"
" - list [<path>] List objects\n"
" - call <path> <method> [<message>] Call an object method\n"
+ " - subscribe <path> [<path>...] Subscribe to object(s) notifications\n"
" - listen [<path>...] Listen for events\n"
" - send <type> [<message>] Send an event\n"
" - wait_for <object> [<object>...] Wait for multiple objects to appear on ubus\n"