From fa729ab4a276c3462e390bf2fab6cad93d3a590d Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Sat, 9 Nov 2024 13:38:54 +0100 Subject: [PATCH] doc: Fixup bitcoin-wallet manpage chain selection args --- src/bitcoin-wallet.cpp | 4 ++-- 1 file 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 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] \n" "\n";