[yum-cvs] yum shell.py,1.24,1.25
Seth Vidal
skvidal at linux.duke.edu
Sun Jan 15 23:31:19 UTC 2006
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv25452
Modified Files:
shell.py
Log Message:
fix traceback when printing help
Index: shell.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/shell.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- shell.py 13 Dec 2005 07:35:13 -0000 1.24
+++ shell.py 15 Jan 2006 23:31:16 -0000 1.25
@@ -89,7 +89,7 @@
pass
def do_help(self, arg):
- msg = self.base.optparser.print_short_help()
+ msg = self.base.usage()
if arg in ['transaction', 'ts']:
msg = """
%s arg
More information about the Yum-cvs-commits
mailing list