From b1723f1a79fe4e7b872e4d1b9f2b55ea2c409192 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 6 Dec 2022 20:54:01 +0300 Subject: [PATCH] cli/wallet: improve wallet flag help text, fix #2820 --- cli/wallet/wallet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/wallet/wallet.go b/cli/wallet/wallet.go index 1e5695ba1..b824b15e2 100644 --- a/cli/wallet/wallet.go +++ b/cli/wallet/wallet.go @@ -51,11 +51,11 @@ var ( var ( walletPathFlag = cli.StringFlag{ Name: "wallet, w", - Usage: "Target location of the wallet file ('-' to read from stdin); conflicts with --wallet-config flag.", + Usage: "Path to the wallet file ('-' to read from stdin); conflicts with --wallet-config flag.", } walletConfigFlag = cli.StringFlag{ Name: "wallet-config", - Usage: "Target location of the wallet config file; conflicts with --wallet flag.", + Usage: "Path to the wallet config file; conflicts with --wallet flag.", } wifFlag = cli.StringFlag{ Name: "wif",