mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
Fix listpeers JSON command description
This commit is contained in:
parent
e4d719a421
commit
a0dffc7be2
@ -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…
Reference in New Issue
Block a user