From a0dffc7be2c5d68d324ad661f0c9b769796e601f Mon Sep 17 00:00:00 2001 From: Igor Cota Date: Mon, 5 Feb 2018 17:42:19 +0100 Subject: [PATCH] Fix listpeers JSON command description --- lightningd/peer_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/peer_control.c b/lightningd/peer_control.c index d177053be..a84d34dc6 100644 --- a/lightningd/peer_control.c +++ b/lightningd/peer_control.c @@ -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);