1
0

CLI: remove -W shortcut

This commit is contained in:
ThomasV
2025-05-29 15:44:53 +02:00
parent bf168ce6f8
commit 743f5c8311

View File

@@ -2190,7 +2190,7 @@ def get_parser():
if optname in ['wallet_path', 'wallet', 'plugin']:
continue
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
help = cmd.arg_descriptions.get(optname)
if not help: