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 [] List objects\n" " - call [] Call an object method\n" + " - subscribe [...] Subscribe to object(s) notifications\n" " - listen [...] Listen for events\n" " - send [] Send an event\n" " - wait_for [...] Wait for multiple objects to appear on ubus\n"