Commit f1dfddc5 by Michael DeHaan

Fix typo in autogenerated docs

parent bbf95abc
...@@ -45,7 +45,7 @@ notes: ...@@ -45,7 +45,7 @@ notes:
install I(facter) and I(ohai) means you can avoid Ruby-dependencies on your install I(facter) and I(ohai) means you can avoid Ruby-dependencies on your
remote systems. remote systems.
examples: examples:
- code: ansible all -m setup -tree /tmp/facts - code: ansible all -m setup --tree /tmp/facts
description: Obtain facts from all hosts and store them indexed by hostname at /tmp/facts. description: Obtain facts from all hosts and store them indexed by hostname at /tmp/facts.
author: Michael DeHaan author: Michael DeHaan
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment