trezor / python-shamir-mnemonic

MIT License
165 stars 59 forks source link

verbose -p cli options not recognized by --help #10

Closed MrMebelMan closed 5 years ago

MrMebelMan commented 5 years ago

A little nitpick, password_prompt and passphrase_prompt arguments lack the -- prefix, so they are not recognized by --help correctly.

P.S.: maybe it's a good idea to use capital "P" for the --password option?

matejcik commented 5 years ago

they're not recognized by the command either, the verbose options don't exist ;)