[Yum-devel] [PATCH 1/3] Show addon-info in the history summary text.

James Antill james at and.org
Thu Sep 9 19:20:24 UTC 2010


---
 yumcommands.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/yumcommands.py b/yumcommands.py
index 5498322..b3935f6 100644
--- a/yumcommands.py
+++ b/yumcommands.py
@@ -1329,7 +1329,7 @@ class HistoryCommand(YumCommand):
         return ['history']
 
     def getUsage(self):
-        return "[info|list|summary|redo|undo|new]"
+        return "[info|list|summary|addon-info|redo|undo|new]"
 
     def getSummary(self):
         return _("Display, or use, the transaction history")
-- 
1.7.2



More information about the Yum-devel mailing list