aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-11-01 15:37:55 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-11-01 15:37:55 +0000
commit22d30866ca9eb312e8463f8386e8f129c096a14b (patch)
treeae046b631616c93d2e737ce7329a9a0df68580e7 /src/simplewallet
parentsimplewallet: do not mention inactivity if a lock was manual (diff)
downloadmonero-22d30866ca9eb312e8463f8386e8f129c096a14b.tar.xz
simplewallet: add missing inactivity-lock-timeout to set help blurb
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 100344601..5e7159645 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -3262,7 +3262,9 @@ simple_wallet::simple_wallet()
"auto-mine-for-rpc-payment-threshold <float>\n "
" Whether to automatically start mining for RPC payment if the daemon requires it.\n"
"credits-target <unsigned int>\n"
- " The RPC payment credits balance to target (0 for default)."));
+ " The RPC payment credits balance to target (0 for default).\n "
+ "inactivity-lock-timeout <unsigned int>\n "
+ " How many seconds to wait before locking the wallet (0 to disable)."));
m_cmd_binder.set_handler("encrypted_seed",
boost::bind(&simple_wallet::on_command, this, &simple_wallet::encrypted_seed, _1),
tr("Display the encrypted Electrum-style mnemonic seed."));