Merge pull request #5143
1f5680c8
simplewallet: add help for ask-password options (moneromooo-monero)c7c74caf
simplewallet: mark confirm-missing-payment-id as obsolete (moneromooo-monero)
This commit is contained in:
commit
8e3bd389ea
|
@ -2705,8 +2705,10 @@ simple_wallet::simple_wallet()
|
|||
" Set the wallet's refresh behaviour.\n "
|
||||
"priority [0|1|2|3|4]\n "
|
||||
" Set the fee to default/unimportant/normal/elevated/priority.\n "
|
||||
"confirm-missing-payment-id <1|0>\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 "
|
||||
|
|
Loading…
Reference in New Issue