[yum-commits] Branch 'yum-3_2_X' - cli.py
James Antill
james at osuosl.org
Wed Nov 10 13:53:05 UTC 2010
cli.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 02ad9f769caf5e9334e69e480684627f61caf19c
Author: James Antill <james at and.org>
Date: Wed Nov 10 08:57:06 2010 -0500
Add --config, --debuglevel and --errorlevel options to firstParse().
diff --git a/cli.py b/cli.py
index b01a1ef..e8748f2 100644
--- a/cli.py
+++ b/cli.py
@@ -1358,7 +1358,9 @@ class YumOptionParser(OptionParser):
try:
args = _filtercmdline(
('--noplugins','--version','-q', '-v', "--quiet", "--verbose"),
- ('-c', '-d', '-e', '--installroot',
+ ('-c', '--config', '-d', '--debuglevel',
+ '-e', '--errorlevel',
+ '--installroot',
'--disableplugin', '--enableplugin', '--releasever',
'--setopt'),
args)
More information about the Yum-commits
mailing list