diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2015-10-28 01:02:40 +0100 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2015-10-28 01:02:40 +0100 |
commit | 2e05304f668e447bbbe1696d014d0a24d45ceb92 (patch) | |
tree | b178cbd15d3f1e224f195ee13aa95668d8b774c4 /docs/man | |
parent | added a skip for the test dir in module repos (diff) | |
download | ansible-2e05304f668e447bbbe1696d014d0a24d45ceb92.tar.xz ansible-2e05304f668e447bbbe1696d014d0a24d45ceb92.zip |
typo fix
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 66b5b69174..5686162f21 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -101,7 +101,7 @@ Alternatively you can use a comma separated list of hosts or single host with tr *-l* 'SUBSET', *--limit=*'SUBSET':: Further limits the selected host/group patterns. -You can prefix it with '~' to indicate that the patter in a regex. +You can prefix it with '~' to indicate that the pattern in a regex. *--list-hosts*:: |