diff --git a/electrum/commands.py b/electrum/commands.py index 5a9c9adb6..91f1b4053 100644 --- a/electrum/commands.py +++ b/electrum/commands.py @@ -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: