From b61f6fe88643f51880dd2a881f65b67edaa57d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Calder=C3=B3n?= Date: Mon, 12 Nov 2018 12:03:00 -0300 Subject: [PATCH] removes duplicated default message on queryroutes command --- cmd/lncli/commands.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 1fd7a1bf..4622ca16 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -1010,10 +1010,10 @@ var abandonChannelCommand = cli.Command{ Category: "Channels", Usage: "Abandons an existing channel.", Description: ` - Removes all channel state from the database except for a close + Removes all channel state from the database except for a close summary. This method can be used to get rid of permanently unusable - channels due to bugs fixed in newer versions of lnd. - + channels due to bugs fixed in newer versions of lnd. + Only available when lnd is built in debug mode. To view which funding_txids/output_indexes can be used for this command, @@ -2671,7 +2671,7 @@ var queryRoutesCommand = cli.Command{ }, cli.Int64Flag{ Name: "num_max_routes", - Usage: "the max number of routes to be returned (default: 10)", + Usage: "the max number of routes to be returned", Value: 10, }, cli.Int64Flag{