Skip to content

Commit 5855cc5

Browse files
committed
bitcoin-wallet: Use PACKAGE_NAME in usage help
1 parent 7f5db16 commit 5855cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitcoin-wallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static bool WalletAppInit(int argc, char* argv[])
4141
}
4242
if (argc < 2 || HelpRequested(gArgs)) {
4343
std::string usage = strprintf("%s bitcoin-wallet version", PACKAGE_NAME) + " " + FormatFullVersion() + "\n\n" +
44-
"bitcoin-wallet is an offline tool for creating and interacting with Bitcoin Core wallet files.\n" +
44+
"bitcoin-wallet is an offline tool for creating and interacting with " PACKAGE_NAME " wallet files.\n" +
4545
"By default bitcoin-wallet will act on wallets in the default mainnet wallet directory in the datadir.\n" +
4646
"To change the target wallet, use the -datadir, -wallet and -testnet/-regtest arguments.\n\n" +
4747
"Usage:\n" +

0 commit comments

Comments
 (0)