[Yum-devel] [PATCH] Make -- work with firstParse. Eg. "install -- emacs -emacs"
James Antill
james at and.org
Fri Apr 1 17:47:04 UTC 2011
---
cli.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/cli.py b/cli.py
index dd6f5c7..b0a6292 100644
--- a/cli.py
+++ b/cli.py
@@ -1434,7 +1434,8 @@ class YumOptionParser(OptionParser):
'-e', '--errorlevel',
'--installroot',
'--disableplugin', '--enableplugin', '--releasever',
- '--setopt'),
+ '--setopt',
+ '--'),
args)
except ValueError, arg:
self.base.usage()
--
1.7.3.4
More information about the Yum-devel
mailing list