CLI: remove -W shortcut
This commit is contained in:
@@ -2190,7 +2190,7 @@ def get_parser():
|
|||||||
if optname in ['wallet_path', 'wallet', 'plugin']:
|
if optname in ['wallet_path', 'wallet', 'plugin']:
|
||||||
continue
|
continue
|
||||||
if optname == 'password':
|
if optname == 'password':
|
||||||
p.add_argument("-W", "--password", dest='password', help="Wallet password. Use '--password :' if you want a prompt.")
|
p.add_argument("--password", dest='password', help="Wallet password. Use '--password :' if you want a prompt.")
|
||||||
continue
|
continue
|
||||||
help = cmd.arg_descriptions.get(optname)
|
help = cmd.arg_descriptions.get(optname)
|
||||||
if not help:
|
if not help:
|
||||||
|
|||||||
Reference in New Issue
Block a user