From ad2759dc94aa8200d6d12958e6f5cac419ea231d Mon Sep 17 00:00:00 2001 From: Joost Jager Date: Tue, 18 Jun 2019 09:37:44 +0200 Subject: [PATCH] lncli: assign category to SendToRoute command --- cmd/lncli/commands.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index d2f9414e..11b73444 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -2363,8 +2363,9 @@ func payInvoice(ctx *cli.Context) error { } var sendToRouteCommand = cli.Command{ - Name: "sendtoroute", - Usage: "send a payment over a predefined route", + Name: "sendtoroute", + Category: "Payments", + Usage: "Send a payment over a predefined route.", Description: ` Send a payment over Lightning using a specific route. One must specify a list of routes to attempt and the payment hash. This command can even