diff options
author | Wilson Ccasihue S <wilson2cs@gmail.com> | 2019-12-01 21:30:29 -0500 |
---|---|---|
committer | hel0 <wilson2cs@gmail.com> | 2019-12-02 12:06:35 -0500 |
commit | e7ad4a2f8c07a82d6424b473f0d51dbd8f897b10 (patch) | |
tree | 4fe44d456c9674db39692c30493dd5e1d410cb7a /src/bitcoin-wallet.cpp | |
parent | 19698ac6bc0e6c75a92b02c8b74ae1fa51c34e08 (diff) |
doc: rename wallet-tool references to bitcoin-wallet
Diffstat (limited to 'src/bitcoin-wallet.cpp')
-rw-r--r-- | src/bitcoin-wallet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitcoin-wallet.cpp b/src/bitcoin-wallet.cpp index 917ecd71c5..a2013edc05 100644 --- a/src/bitcoin-wallet.cpp +++ b/src/bitcoin-wallet.cpp @@ -41,8 +41,8 @@ static bool WalletAppInit(int argc, char* argv[]) } if (argc < 2 || HelpRequested(gArgs)) { std::string usage = strprintf("%s bitcoin-wallet version", PACKAGE_NAME) + " " + FormatFullVersion() + "\n\n" + - "wallet-tool is an offline tool for creating and interacting with Bitcoin Core wallet files.\n" + - "By default wallet-tool will act on wallets in the default mainnet wallet directory in the datadir.\n" + + "bitcoin-wallet is an offline tool for creating and interacting with Bitcoin Core 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 -testnet/-regtest arguments.\n\n" + "Usage:\n" + " bitcoin-wallet [options] <command>\n\n" + |