Add missing "-a" to examples page

This commit is contained in:
Michael DeHaan 2012-03-11 21:20:30 -04:00
commit 817cac7954
5 changed files with 5 additions and 5 deletions

View file

@ -96,7 +96,7 @@ Now ping all your nodes::
Now run a live command on all of your nodes::
ansible all /bin/echo hello
ansible all -a "/bin/echo hello"
Congratulations. You've just contacted your nodes with Ansible. It's
now time to read some of the more real-world :doc:`examples`, and explore