From f195f21c8c33a8649de52ede51784c41b64f1af7 Mon Sep 17 00:00:00 2001 From: Wilmer Paulino Date: Tue, 25 May 2021 16:09:48 -0700 Subject: [PATCH] lncli: remove RPC name from list wallet accounts command description --- cmd/lncli/walletrpc_active.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/lncli/walletrpc_active.go b/cmd/lncli/walletrpc_active.go index ad2561e2..21870d46 100644 --- a/cmd/lncli/walletrpc_active.go +++ b/cmd/lncli/walletrpc_active.go @@ -873,9 +873,9 @@ var listAccountsCommand = cli.Command{ Name: "list", Usage: "Retrieve information of existing on-chain wallet accounts.", Description: ` - ListAccounts retrieves all accounts belonging to the wallet by default. - A name and key scope filter can be provided to filter through all of the - wallet accounts and return only those matching. + Retrieves all accounts belonging to the wallet by default. A name and + key scope filter can be provided to filter through all of the wallet + accounts and return only those matching. `, Flags: []cli.Flag{ cli.StringFlag{