diff options
author | Shota <shotat@users.noreply.github.com> | 2016-06-29 20:31:25 +0200 |
---|---|---|
committer | Brian Coca <bcoca@users.noreply.github.com> | 2016-06-29 20:31:25 +0200 |
commit | 47f715fb37885a3763c225b15d81e646ec6d18e4 (patch) | |
tree | 468cd93a82370ed368c3828ab2cdf2f6f582438d /docs/man | |
parent | Update submodule refs (diff) | |
download | ansible-47f715fb37885a3763c225b15d81e646ec6d18e4.tar.xz ansible-47f715fb37885a3763c225b15d81e646ec6d18e4.zip |
Fix some typos (#16498)
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/man1/ansible-galaxy.1.asciidoc.in | 4 | ||||
-rw-r--r-- | docs/man/man1/ansible-playbook.1.asciidoc.in | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible-vault.1.asciidoc.in | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible.1.asciidoc.in | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/man/man1/ansible-galaxy.1.asciidoc.in b/docs/man/man1/ansible-galaxy.1.asciidoc.in index 9ffe65e45a..3b694c6705 100644 --- a/docs/man/man1/ansible-galaxy.1.asciidoc.in +++ b/docs/man/man1/ansible-galaxy.1.asciidoc.in @@ -127,7 +127,7 @@ Don't query the galaxy API when creating roles LIST ---- -The *list* sub-command is used to show what roles are currently instaled. +The *list* sub-command is used to show what roles are currently installed. You can specify a role name, and if installed only that role will be shown. USAGE @@ -334,7 +334,7 @@ Override the default server https://galaxy.ansible.com. --list:: -Show your configured integrations. Provids the ID of each integration +Show your configured integrations. Provides the ID of each integration which can be used with the remove option. --remove:: diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index c9170503ac..aed13b8938 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -144,7 +144,7 @@ Run operations with su (deprecated, use become). *-R SU-USER*, *--su-user=*'SU_USER':: -run operations with su as this user (default=root) (deprecated, use become). +Run operations with su as this user (default=root) (deprecated, use become). *-s*, *--sudo*:: diff --git a/docs/man/man1/ansible-vault.1.asciidoc.in b/docs/man/man1/ansible-vault.1.asciidoc.in index 2162f980b3..1c5396afa0 100644 --- a/docs/man/man1/ansible-vault.1.asciidoc.in +++ b/docs/man/man1/ansible-vault.1.asciidoc.in @@ -52,7 +52,7 @@ the password. Show a help message related to the given sub-command. -If '--valut-password-file' is not supplied ansib-vault will automatically prompt for passwords as required. +If '--vault-password-file' is not supplied ansible-vault will automatically prompt for passwords as required. CREATE diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in index b39708e78d..a35ccc8ad9 100644 --- a/docs/man/man1/ansible.1.asciidoc.in +++ b/docs/man/man1/ansible.1.asciidoc.in @@ -104,7 +104,7 @@ Show help message and exit. *-i* 'PATH', *--inventory=*'PATH':: The 'PATH' to the inventory, which defaults to '/etc/ansible/hosts'. -Alternatively you can use a comma separated list of hosts or single host with traling comma 'host,'. +Alternatively you can use a comma separated list of hosts or single host with trailing comma 'host,'. *-l* 'SUBSET', *--limit=*'SUBSET':: |