From 2803a5f93c038e260a74b97fa12988201722209b Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 29 Nov 2021 11:08:46 +0100 Subject: [PATCH] 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". --- cmd/pool/account.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/pool/account.go b/cmd/pool/account.go index 835c572..0fe87e2 100644 --- a/cmd/pool/account.go +++ b/cmd/pool/account.go @@ -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: `