mirror of
https://github.com/ansible/ansible.git
synced 2026-08-05 16:13:06 +02:00
ansible-vault: Fix typo in help message (#71485)
This commit is contained in:
@@ -71,7 +71,7 @@ class VaultCLI(CLI):
|
||||
vault_id = opt_help.argparse.ArgumentParser(add_help=False)
|
||||
vault_id.add_argument('--encrypt-vault-id', default=[], dest='encrypt_vault_id',
|
||||
action='store', type=str,
|
||||
help='the vault id used to encrypt (required if more than vault-id is provided)')
|
||||
help='the vault id used to encrypt (required if more than one vault-id is provided)')
|
||||
|
||||
create_parser = subparsers.add_parser('create', help='Create new vault encrypted file', parents=[vault_id, common])
|
||||
create_parser.set_defaults(func=self.execute_create)
|
||||
|
||||
Reference in New Issue
Block a user