lncli: remove RPC name from list wallet accounts command description

This commit is contained in:
Wilmer Paulino 2021-05-25 16:09:48 -07:00
parent 8745cf03c1
commit f195f21c8c
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

View File

@ -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{