summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/vault.py
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2017-06-21 09:48:40 +0530
committerBrian Coca <bcoca@users.noreply.github.com>2017-06-21 11:19:41 -0400
commite8072ee616fe51b8cb49d3888dce34412f2fe213 (patch)
treebe322b1b26cf38105959d478dfd1a83a8d9f2d39 /lib/ansible/cli/vault.py
parent33c61d1cdf9d987e4b53a53e42a117b4084c057c (diff)
downloadansible-e8072ee616fe51b8cb49d3888dce34412f2fe213.tar.gz
Misc typo for Ansible
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib/ansible/cli/vault.py')
-rw-r--r--lib/ansible/cli/vault.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/cli/vault.py b/lib/ansible/cli/vault.py
index 737d031394..ce3da2b8fe 100644
--- a/lib/ansible/cli/vault.py
+++ b/lib/ansible/cli/vault.py
@@ -96,7 +96,7 @@ class VaultCLI(CLI):
self.parser = CLI.base_parser(
vault_opts=True,
usage="usage: %%prog [%s] [options] [vaultfile.yml]" % "|".join(self.VALID_ACTIONS),
- desc="encryption/decryption utility for Ansbile data files",
+ desc="encryption/decryption utility for Ansible data files",
epilog="\nSee '%s <command> --help' for more information on a specific command.\n\n" % os.path.basename(sys.argv[0])
)