Fix add_option indentation for consistency before adding another option
This commit is contained in:
parent
8fc8bf9439
commit
32b38d4e29
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ class CLI(object):
|
|||
dest='vault_password_file', help="vault password file", action="callback",
|
||||
callback=CLI.expand_tilde, type=str)
|
||||
parser.add_option('--new-vault-password-file',
|
||||
dest='new_vault_password_file', help="new vault password file for rekey", action="callback",
|
||||
callback=CLI.expand_tilde, type=str)
|
||||
dest='new_vault_password_file', help="new vault password file for rekey", action="callback",
|
||||
callback=CLI.expand_tilde, type=str)
|
||||
|
||||
|
||||
if subset_opts:
|
||||
|
|
Loading…
Reference in a new issue