Skip to content

Commit 180f61b

Browse files
committed
lncli: change importmc category
1 parent 334a7d1 commit 180f61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/commands/cmd_import_mission_control.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const argsStr = "[source node] [dest node] [unix ts seconds] [amount in msat]"
1515

1616
var importMissionControlCommand = cli.Command{
1717
Name: "importmc",
18-
Category: "Payments",
18+
Category: "Mission Control",
1919
Usage: "Import a result to the internal mission control state.",
2020
ArgsUsage: fmt.Sprintf("importmc %v", argsStr),
2121
Action: actionDecorator(importMissionControl),

0 commit comments

Comments
 (0)