Skip to content

Commit

Permalink
bitcoin-wallet: remove duplicate manpage description
Browse files Browse the repository at this point in the history
The description is now found in the manpage only.
  • Loading branch information
willcl-ark committed Mar 10, 2024
1 parent 50cbd31 commit 196aa3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bitcoin-wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ static std::optional<int> 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] <command>\n";
strUsage += "\n" + args.GetHelpMessage();
Expand Down

0 comments on commit 196aa3c

Please sign in to comment.