Browse Source

Use correct description for the "help" CLI command

ppa-0.6.1
practicalswift 7 years ago
committed by Rusty Russell
parent
commit
caf57b24ea
  1. 4
      lightningd/jsonrpc.c

4
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",
"[<command>] if specified gives details about a single command."
"List available commands",
"Returns an array of available commands",
};
AUTODATA(json_command, &help_command);

Loading…
Cancel
Save