Skip to content

Commit fa729ab

Browse files
author
MarcoFalke
committed
doc: Fixup bitcoin-wallet manpage chain selection args
1 parent 0903ce8 commit fa729ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bitcoin-wallet.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2022 The Bitcoin Core developers
1+
// Copyright (c) 2016-present The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

@@ -69,7 +69,7 @@ static std::optional<int> WalletAppInit(ArgsManager& args, int argc, char* argv[
6969
strUsage += "\n"
7070
"bitcoin-wallet is an offline tool for creating and interacting with " CLIENT_NAME " wallet files.\n\n"
7171
"By default bitcoin-wallet will act on wallets in the default mainnet wallet directory in the datadir.\n\n"
72-
"To change the target wallet, use the -datadir, -wallet and -regtest / -signet / -testnet arguments.\n"
72+
"To change the target wallet, use the -datadir, -wallet and (test)chain selection arguments.\n"
7373
"\n"
7474
"Usage: bitcoin-wallet [options] <command>\n"
7575
"\n";

0 commit comments

Comments
 (0)