summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2014-10-22 15:40:41 -0400
committerMichael Scherer <misc@zarb.org>2014-10-22 15:40:41 -0400
commit9c10a11aea8d0fb7fe2f3c48a83e2a2a76b8d241 (patch)
tree2145fd51df7fa0faa709a21493920f767ed14439 /docs/man
parent3c88f99d13e2e1dbe3ff008f35b33aabc464843f (diff)
downloadansible-9c10a11aea8d0fb7fe2f3c48a83e2a2a76b8d241.tar.gz
Fix the synopsis in ansible-pull man page.
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/man1/ansible-pull.1.asciidoc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in
index 39a8de0b0e..d75fc63794 100644
--- a/docs/man/man1/ansible-pull.1.asciidoc.in
+++ b/docs/man/man1/ansible-pull.1.asciidoc.in
@@ -12,7 +12,7 @@ ansible-pull - set up a remote copy of ansible on each managed node
SYNOPSIS
--------
-ansible -d DEST -U URL [options] [ <filename.yml> ]
+ansible-pull -d DEST -U URL [options] [ <filename.yml> ]
DESCRIPTION