[yum-commits] Branch 'yum-3_2_X' - yumcommands.py
skvidal at osuosl.org
skvidal at osuosl.org
Fri Mar 11 13:35:30 UTC 2011
yumcommands.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 415785790331f163eb348ecae2692508e076f21c
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Fri Mar 11 08:34:52 2011 -0500
add 'available' to yum help list output
thx to Robert Day for pointing this out.
diff --git a/yumcommands.py b/yumcommands.py
index 62b8746..41f0092 100644
--- a/yumcommands.py
+++ b/yumcommands.py
@@ -283,7 +283,7 @@ class InfoCommand(YumCommand):
return ['info']
def getUsage(self):
- return "[PACKAGE|all|installed|updates|extras|obsoletes|recent]"
+ return "[PACKAGE|all|available|installed|updates|extras|obsoletes|recent]"
def getSummary(self):
return _("Display details about a package or group of packages")
More information about the Yum-commits
mailing list