mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-13 12:33:04 +02:00
cmd/pool: fix colliding cmd short name
Fixes #318. Short names must be unique. This commit renames the short command name "r" for "pool accounts recover" to "re" to not conflict with "renew".
This commit is contained in:
parent
dc4ef7e981
commit
2803a5f93c
1 changed files with 1 additions and 2 deletions
|
|
@ -716,8 +716,7 @@ func bumpAccountFee(ctx *cli.Context) error {
|
|||
}
|
||||
|
||||
var recoverAccountsCommand = cli.Command{
|
||||
Name: "recover",
|
||||
ShortName: "r",
|
||||
Name: "recover",
|
||||
Usage: "recover accounts after data loss with the help of the " +
|
||||
"auctioneer",
|
||||
Description: `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue