Browse Source

Fix listpeers JSON command description

ppa-0.6.1
Igor Cota 7 years ago
committed by Rusty Russell
parent
commit
a0dffc7be2
  1. 2
      lightningd/peer_control.c

2
lightningd/peer_control.c

@ -992,7 +992,7 @@ static void json_listpeers(struct command *cmd,
static const struct json_command listpeers_command = { static const struct json_command listpeers_command = {
"listpeers", "listpeers",
json_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); AUTODATA(json_command, &listpeers_command);

Loading…
Cancel
Save