diff options
author | Denis <dkasak@users.noreply.github.com> | 2016-01-15 21:01:05 +0100 |
---|---|---|
committer | Denis <dkasak@users.noreply.github.com> | 2016-01-15 21:01:05 +0100 |
commit | 4e95c9f1eb09998d4f1d57119dc5f69b4e3a90be (patch) | |
tree | 24e3479770223b77dc596cce73b05400ef84688d /docs/man | |
parent | a2a23c14acb305827e3d5cc6949bb80415910215 (diff) | |
download | ansible-4e95c9f1eb09998d4f1d57119dc5f69b4e3a90be.tar.gz |
Fix typos.
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/man1/ansible-playbook.1.asciidoc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index 5686162f21..82181982fb 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -96,7 +96,7 @@ Show help page 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 a single host with a trailing comma 'host,'. *-l* 'SUBSET', *--limit=*'SUBSET':: |