From dc574863b7b72848b6abc6f0afc8dc47c37f478d Mon Sep 17 00:00:00 2001
From: Seth Vidal <skvidal@fedoraproject.org>
Date: Wed, 24 Oct 2012 09:08:42 -0400
Subject: [PATCH] add comments that enablerepo/disablerepo are new in 0.9

---
 yum | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/yum b/yum
index 601246aabc1..f28009ff1e0 100755
--- a/yum
+++ b/yum
@@ -51,17 +51,20 @@ options:
     default: "present"
   enablerepo:
     description:
-      - repoid of repositories to enable for the install/update operation
-      - these repos will not persist beyond the transaction
-      - multiple repos separated with a ,
+      - Repoid of repositories to enable for the install/update operation.
+        These repos will not persist beyond the transaction
+        multiple repos separated with a ','
+        New in version 0.9.
     required: false
     default: null
     aliases: []
+    
   disablerepo:
     description:
-      - repoid of repositories to disable for the install/update operation
-      - these repos will not persist beyond the transaction
-      - multiple repos separated with a ,
+      - Repoid of repositories to disable for the install/update operation
+        These repos will not persist beyond the transaction
+        Multiple repos separated with a ','
+        New in version 0.9.      
     required: false
     default: null
     aliases: []