From 9c10a11aea8d0fb7fe2f3c48a83e2a2a76b8d241 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 22 Oct 2014 15:40:41 -0400 Subject: [PATCH] Fix the synopsis in ansible-pull man page. --- docs/man/man1/ansible-pull.1.asciidoc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in index 39a8de0b0e1..d75fc637946 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] [ ] +ansible-pull -d DEST -U URL [options] [ ] DESCRIPTION