Skip to content

Commit c889890

Browse files
committed
Merge bitcoin/bitcoin#31264: doc: Fixup bitcoin-wallet manpage chain selection args
fa729ab doc: Fixup bitcoin-wallet manpage chain selection args (MarcoFalke) Pull request description: The sentence is missing `-testnet4` and `-chain`. Instead of duplicating the full list (and having to keep it in sync), just refer to them as `(test)chain selection arguments`. ACKs for top commit: willcl-ark: utACK fa729ab tdb3: Code Review ACK fa729ab rkrux: crACK fa729ab Tree-SHA512: e2cb6e2dd778a34e6c7e8ccde9794ab601e68bad68fe110f41cd73ac12ac3c5d0632fb59a48355f03ef0909f77ec5afd7ea50f301a998cb3ec76e115969f3e7e
2 parents 0f6d20e + fa729ab commit c889890

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)