Update tree.py
Fix wording (commadn instead of command)
This commit is contained in:
parent
785c660432
commit
7320d29851
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ DOCUMENTATION = '''
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
description:
|
description:
|
||||||
- "This callback is used by the Ansible (adhoc) command line option `-t|--tree`"
|
- "This callback is used by the Ansible (adhoc) command line option `-t|--tree`"
|
||||||
- This produces a JSON dump of events in a directory, a file for each host, the directory used MUST be passed as a commadn line option.
|
- This produces a JSON dump of events in a directory, a file for each host, the directory used MUST be passed as a command line option.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue