aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-wallet.cpp
diff options
context:
space:
mode:
authorKristaps Kaupe <kristaps@blogiem.lv>2022-02-18 07:29:06 +0200
committerKristaps Kaupe <kristaps@blogiem.lv>2022-02-18 07:29:06 +0200
commit0db3ad3ba41a76dff80bcb5f292e587da400ebf1 (patch)
tree4bfb2a00151454dcc6f52874fd47f7535e59eb0f /src/bitcoin-wallet.cpp
parent922c49a1389531d9fba30168257c466bd413f625 (diff)
downloadbitcoin-0db3ad3ba41a76dff80bcb5f292e587da400ebf1.tar.xz
Mention -signet in bitcoin-wallet help output
Diffstat (limited to 'src/bitcoin-wallet.cpp')
-rw-r--r--src/bitcoin-wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoin-wallet.cpp b/src/bitcoin-wallet.cpp
index 65c37f182f..ff5485e2da 100644
--- a/src/bitcoin-wallet.cpp
+++ b/src/bitcoin-wallet.cpp
@@ -63,7 +63,7 @@ static bool WalletAppInit(ArgsManager& args, int argc, char* argv[])
strUsage += "\n"
"bitcoin-wallet is an offline tool for creating and interacting with " PACKAGE_NAME " wallet files.\n"
"By default bitcoin-wallet will act on wallets in the default mainnet wallet directory in the datadir.\n"
- "To change the target wallet, use the -datadir, -wallet and -testnet/-regtest arguments.\n\n"
+ "To change the target wallet, use the -datadir, -wallet and -regtest/-signet/-testnet arguments.\n\n"
"Usage:\n"
" bitcoin-wallet [options] <command>\n";
strUsage += "\n" + args.GetHelpMessage();