mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
lncli: add usage to querymc command
This commit is contained in:
parent
ad2759dc94
commit
26b2c79159
@ -14,6 +14,7 @@ import (
|
||||
var queryMissionControlCommand = cli.Command{
|
||||
Name: "querymc",
|
||||
Category: "Payments",
|
||||
Usage: "Query the internal mission control state.",
|
||||
Action: actionDecorator(queryMissionControl),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user