mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 18:14:23 +01:00
Use correct description for the "help" CLI command
This commit is contained in:
committed by
Rusty Russell
parent
4c45afafdc
commit
caf57b24ea
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user