mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01:00
lncli: remove RPC name from list wallet accounts command description
This commit is contained in:
@@ -873,9 +873,9 @@ var listAccountsCommand = cli.Command{
|
|||||||
Name: "list",
|
Name: "list",
|
||||||
Usage: "Retrieve information of existing on-chain wallet accounts.",
|
Usage: "Retrieve information of existing on-chain wallet accounts.",
|
||||||
Description: `
|
Description: `
|
||||||
ListAccounts retrieves all accounts belonging to the wallet by default.
|
Retrieves all accounts belonging to the wallet by default. A name and
|
||||||
A name and key scope filter can be provided to filter through all of the
|
key scope filter can be provided to filter through all of the wallet
|
||||||
wallet accounts and return only those matching.
|
accounts and return only those matching.
|
||||||
`,
|
`,
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
|
|||||||
Reference in New Issue
Block a user