diff --git a/mmgen/main_tool.py b/mmgen/main_tool.py index 9398afb5..49dd0799 100755 --- a/mmgen/main_tool.py +++ b/mmgen/main_tool.py @@ -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 diff --git a/mmgen/opts.py b/mmgen/opts.py index b77f5e9d..e244f516 100755 --- a/mmgen/opts.py +++ b/mmgen/opts.py @@ -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)