Update help for set command in simplewallet
Add help for max-reorg-depth and load-deprecated-formats options
This commit is contained in:
parent
0a1eaf26f9
commit
1104b59c5b
|
@ -3186,6 +3186,8 @@ simple_wallet::simple_wallet()
|
||||||
" decrypt: same as action, but keeps the spend key encrypted in memory when not needed\n "
|
" decrypt: same as action, but keeps the spend key encrypted in memory when not needed\n "
|
||||||
"unit <monero|millinero|micronero|nanonero|piconero>\n "
|
"unit <monero|millinero|micronero|nanonero|piconero>\n "
|
||||||
" Set the default monero (sub-)unit.\n "
|
" Set the default monero (sub-)unit.\n "
|
||||||
|
"max-reorg-depth <unsigned int>\n "
|
||||||
|
" Set the maximum amount of blocks to accept in a reorg.\n "
|
||||||
"min-outputs-count [n]\n "
|
"min-outputs-count [n]\n "
|
||||||
" Try to keep at least that many outputs of value at least min-outputs-value.\n "
|
" Try to keep at least that many outputs of value at least min-outputs-value.\n "
|
||||||
"min-outputs-value [n]\n "
|
"min-outputs-value [n]\n "
|
||||||
|
@ -3224,6 +3226,8 @@ simple_wallet::simple_wallet()
|
||||||
" Device name for hardware wallet.\n "
|
" Device name for hardware wallet.\n "
|
||||||
"export-format <\"binary\"|\"ascii\">\n "
|
"export-format <\"binary\"|\"ascii\">\n "
|
||||||
" Save all exported files as binary (cannot be copied and pasted) or ascii (can be).\n "
|
" Save all exported files as binary (cannot be copied and pasted) or ascii (can be).\n "
|
||||||
|
"load-deprecated-formats <1|0>\n "
|
||||||
|
" Whether to enable importing data in deprecated formats.\n "
|
||||||
"show-wallet-name-when-locked <1|0>\n "
|
"show-wallet-name-when-locked <1|0>\n "
|
||||||
" Set this if you would like to display the wallet name when locked.\n "
|
" Set this if you would like to display the wallet name when locked.\n "
|
||||||
"enable-multisig-experimental <1|0>\n "
|
"enable-multisig-experimental <1|0>\n "
|
||||||
|
|
Loading…
Reference in New Issue