diff --git a/lightningd/jsonrpc.c b/lightningd/jsonrpc.c index 7be5ccc54..aee60be95 100644 --- a/lightningd/jsonrpc.c +++ b/lightningd/jsonrpc.c @@ -51,8 +51,8 @@ static void json_help(struct command *cmd, static const struct json_command help_command = { "help", json_help, - "describe commands", - "[] if specified gives details about a single command." + "List available commands", + "Returns an array of available commands", }; AUTODATA(json_command, &help_command);