aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-01-18 09:22:36 +0200
committerRiccardo Spagni <ric@spagni.net>2019-01-18 09:22:36 +0200
commit851c94eab84e0aa9a8a12282579b1f489bb91197 (patch)
tree17d297168c70af5668c0793842357946edf6b4cb /src/simplewallet/simplewallet.cpp
parent961bb1bd2899ca168dd445eacef93ba7208b45a7 (diff)
parent1717e635513209ba4d20951f7cc0eb8efa096f1e (diff)
downloadmonzero-core-851c94eab84e0aa9a8a12282579b1f489bb91197.tar.gz
monzero-core-851c94eab84e0aa9a8a12282579b1f489bb91197.tar.xz
monzero-core-851c94eab84e0aa9a8a12282579b1f489bb91197.zip
Merge pull request #4966
1717e635 simplewallet: fix help text of rescan_bc to mention the "hard" option (stoffu)
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index e23fb3836..05556b95a 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -2783,7 +2783,7 @@ simple_wallet::simple_wallet()
m_cmd_binder.set_handler("rescan_bc",
boost::bind(&simple_wallet::rescan_blockchain, this, _1),
tr(USAGE_RESCAN_BC),
- tr("Rescan the blockchain from scratch, losing any information which can not be recovered from the blockchain itself."));
+ tr("Rescan the blockchain from scratch. If \"hard\" is specified, you will lose any information which can not be recovered from the blockchain itself."));
m_cmd_binder.set_handler("set_tx_note",
boost::bind(&simple_wallet::set_tx_note, this, _1),
tr(USAGE_SET_TX_NOTE),