From cb47f78d4c7e5d2f78e2ac205dc05fd40a83f731 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 28 Oct 2019 08:19:06 -0400 Subject: [PATCH] update wallet-utility help --- src/wallet-utility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet-utility.cpp b/src/wallet-utility.cpp index 0b664ecb3..06eee1f2a 100644 --- a/src/wallet-utility.cpp +++ b/src/wallet-utility.cpp @@ -31,7 +31,7 @@ unsigned int MAX_BLOCK_SIGOPS = 20000; void show_help() { std::cout << - "This program outputs Bitcoin addresses and private keys from a wallet.dat file" << std::endl + "This program outputs Hush addresses and private keys from a wallet.dat file" << std::endl << std::endl << "Usage and options: " << std::endl