From 196aa3c1fef8bf942b09c685682609dde623b367 Mon Sep 17 00:00:00 2001 From: willcl-ark Date: Sun, 10 Mar 2024 15:07:42 +0000 Subject: [PATCH] bitcoin-wallet: remove duplicate manpage description The description is now found in the manpage only. --- src/bitcoin-wallet.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bitcoin-wallet.cpp b/src/bitcoin-wallet.cpp index d5dfbbec2713a..52f2dfd5d8e93 100644 --- a/src/bitcoin-wallet.cpp +++ b/src/bitcoin-wallet.cpp @@ -68,9 +68,6 @@ static std::optional WalletAppInit(ArgsManager& args, int argc, char* argv[ strUsage += FormatParagraph(LicenseInfo()); } else { 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 -regtest/-signet/-testnet arguments.\n\n" "Usage:\n" " bitcoin-wallet [options] \n"; strUsage += "\n" + args.GetHelpMessage();