lncli: add usage to querymc command
This commit is contained in:
parent
ad2759dc94
commit
26b2c79159
@ -14,6 +14,7 @@ import (
|
|||||||
var queryMissionControlCommand = cli.Command{
|
var queryMissionControlCommand = cli.Command{
|
||||||
Name: "querymc",
|
Name: "querymc",
|
||||||
Category: "Payments",
|
Category: "Payments",
|
||||||
|
Usage: "Query the internal mission control state.",
|
||||||
Action: actionDecorator(queryMissionControl),
|
Action: actionDecorator(queryMissionControl),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user