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:
Oliver Gugger 2021-11-29 11:08:46 +01:00
parent dc4ef7e981
commit 2803a5f93c
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -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: `