enable --scroll option for XMR, tool command
This commit is contained in:
parent
6a402f4000
commit
765f245042
2 changed files with 3 additions and 1 deletions
|
|
@ -46,6 +46,8 @@ opts_data = {
|
|||
-- -q, --quiet Produce quieter output
|
||||
-- -r, --usr-randchars=n Get 'n' characters of additional randomness from
|
||||
+ user (min={cfg.min_urandchars}, max={cfg.max_urandchars})
|
||||
x- -s, --scroll Use the curses-like scrolling interface for tracking
|
||||
+ wallet views
|
||||
-- -t, --type=t Specify address type (valid choices: 'legacy',
|
||||
+ 'compressed', 'segwit', 'bech32', 'zcash_z')
|
||||
-- -v, --verbose Produce more verbose output
|
||||
|
|
|
|||
|
|
@ -292,7 +292,7 @@ class UserOpts(Opts):
|
|||
er --token=t Specify an ERC20 token by address or symbol
|
||||
-- --color=0|1 Disable or enable color output (default: 1)
|
||||
-- --columns=N Force N columns of output with certain commands
|
||||
Rr --scroll Use the curses-like scrolling interface for
|
||||
xr --scroll Use the curses-like scrolling interface for
|
||||
+ tracking wallet views
|
||||
-- --force-256-color Force 256-color output when color is enabled
|
||||
-- --pager Pipe output of certain commands to pager (WIP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue