diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-02-14 09:18:41 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-02-14 09:21:22 +0000 |
commit | 1f5680c8db8f4cc7acc04a04c724b832003440fd (patch) | |
tree | 78b1b995f87e308eef49e364e433ba3c1a793d88 /src | |
parent | simplewallet: mark confirm-missing-payment-id as obsolete (diff) | |
download | monero-1f5680c8db8f4cc7acc04a04c724b832003440fd.tar.xz |
simplewallet: add help for ask-password options
Diffstat (limited to 'src')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index a4db5e281..5125b8d9c 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2707,6 +2707,8 @@ simple_wallet::simple_wallet() " Set the fee to default/unimportant/normal/elevated/priority.\n " "confirm-missing-payment-id <1|0> (obsolete)\n " "ask-password <0|1|2 (or never|action|decrypt)>\n " + " action: ask the password before many actions such as transfer, etc\n " + " decrypt: same as action, but keeps the spend key encrypted in memory when not needed\n " "unit <monero|millinero|micronero|nanonero|piconero>\n " " Set the default monero (sub-)unit.\n " "min-outputs-count [n]\n " |