From 7320d298511a2d475d70376496821cf652232fb3 Mon Sep 17 00:00:00 2001 From: Thomas Krahn Date: Thu, 19 Apr 2018 21:48:41 +0200 Subject: [PATCH] Update tree.py Fix wording (commadn instead of command) --- lib/ansible/plugins/callback/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/callback/tree.py b/lib/ansible/plugins/callback/tree.py index 65967049198..7c2a93779ed 100644 --- a/lib/ansible/plugins/callback/tree.py +++ b/lib/ansible/plugins/callback/tree.py @@ -14,7 +14,7 @@ DOCUMENTATION = ''' version_added: "2.0" description: - "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