From c2cfbcc9407c4184c20adb11bb4348e1b435c277 Mon Sep 17 00:00:00 2001
From: Michael DeHaan <michael@ansible.com>
Date: Fri, 22 Aug 2014 15:33:57 -0400
Subject: [PATCH] Docs for command warnings feature.

---
 commands/command | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/commands/command b/commands/command
index b94a5233895..8071adbc493 100644
--- a/commands/command
+++ b/commands/command
@@ -68,8 +68,10 @@ options:
     default: null
     version_added: "0.9"
   warn:
+    version_added: "1.8"
+    default: yes
     description:
-      - turn off warnings about running a command that is provided by an Ansible module.
+      - "turn off warnings about running a command that is provided by an Ansible module, suggesting you should use that module instead. 'Command warnings' can also be turned off globally in ansible.cfg"
     required: false
     default: True
     version_added: "1.5"