doc: rename wallet-tool references to bitcoin-wallet

This commit is contained in:
Wilson Ccasihue S
2019-12-01 21:30:29 -05:00
committed by hel0
parent 19698ac6bc
commit e7ad4a2f8c
2 changed files with 4 additions and 4 deletions

View File

@@ -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" +