Fix listpeers JSON command description

This commit is contained in:
Igor Cota 2018-02-05 17:42:19 +01:00 committed by Rusty Russell
parent e4d719a421
commit a0dffc7be2

View File

@ -992,7 +992,7 @@ static void json_listpeers(struct command *cmd,
static const struct json_command listpeers_command = {
"listpeers",
json_listpeers,
"Show current peers, if {level} is set, include {log}s"
"Show current peers, if {level} is set, include logs for {id}"
};
AUTODATA(json_command, &listpeers_command);