diff options
| author | stoffu <stoffu@protonmail.ch> | 2018-12-11 12:15:09 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2019-01-18 09:51:44 +0900 |
| commit | 1717e635513209ba4d20951f7cc0eb8efa096f1e (patch) | |
| tree | 17d297168c70af5668c0793842357946edf6b4cb /src/simplewallet/simplewallet.cpp | |
| parent | 961bb1bd2899ca168dd445eacef93ba7208b45a7 (diff) | |
| download | monzero-core-1717e635513209ba4d20951f7cc0eb8efa096f1e.tar.gz monzero-core-1717e635513209ba4d20951f7cc0eb8efa096f1e.tar.xz monzero-core-1717e635513209ba4d20951f7cc0eb8efa096f1e.zip | |
simplewallet: fix help text of rescan_bc to mention the "hard" option
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
| -rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
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), |
