aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-wallet.cpp
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-11-09 13:38:54 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-11-09 13:37:45 +0100
commitfa729ab4a276c3462e390bf2fab6cad93d3a590d (patch)
tree9cef4b67a0b805d3de43eefba39e1d28639a8fee /src/bitcoin-wallet.cpp
parent0903ce8dbc25d3823b03d52f6e6bff74d19e801e (diff)
doc: Fixup bitcoin-wallet manpage chain selection args
Diffstat (limited to 'src/bitcoin-wallet.cpp')
-rw-r--r--src/bitcoin-wallet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitcoin-wallet.cpp b/src/bitcoin-wallet.cpp
index de6e6544ed..be31620945 100644
--- a/src/bitcoin-wallet.cpp
+++ b/src/bitcoin-wallet.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2016-2022 The Bitcoin Core developers
+// Copyright (c) 2016-present The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -69,7 +69,7 @@ static std::optional<int> WalletAppInit(ArgsManager& args, int argc, char* argv[
strUsage += "\n"
"bitcoin-wallet is an offline tool for creating and interacting with " CLIENT_NAME " wallet files.\n\n"
"By default bitcoin-wallet will act on wallets in the default mainnet wallet directory in the datadir.\n\n"
- "To change the target wallet, use the -datadir, -wallet and -regtest / -signet / -testnet arguments.\n"
+ "To change the target wallet, use the -datadir, -wallet and (test)chain selection arguments.\n"
"\n"
"Usage: bitcoin-wallet [options] <command>\n"
"\n";