[yum-git] yumcommands.py

James Bowes jbowes at linux.duke.edu
Thu Mar 27 14:57:22 UTC 2008


 yumcommands.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc70da67182cd1756e971129309c8fbc1567fedb
Author: James Bowes <jbowes at redhat.com>
Date:   Thu Mar 27 10:56:42 2008 -0400

    Add expire-cache to clean's usage

diff --git a/yumcommands.py b/yumcommands.py
index 3abb8af..d964231 100644
--- a/yumcommands.py
+++ b/yumcommands.py
@@ -420,7 +420,7 @@ class CleanCommand(YumCommand):
         return ['clean']
 
     def getUsage(self):
-        return "[headers|packages|metadata|dbcache|plugins|all]"
+        return "[headers|packages|metadata|dbcache|plugins|expire-cache|all]"
 
     def getSummary(self):
         return _("Remove cached data")



More information about the Yum-cvs-commits mailing list