[yum-cvs] yum-utils repomanage.py,1.5,1.6

Seth Vidal skvidal at login.linux.duke.edu
Sat Nov 26 15:30:35 UTC 2005


Update of /home/groups/yum/cvs/yum-utils
In directory login:/tmp/cvs-serv5198

Modified Files:
	repomanage.py 
Log Message:

typo on the placement of -c option


Index: repomanage.py
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/repomanage.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- repomanage.py	26 Nov 2005 15:27:31 -0000	1.5
+++ repomanage.py	26 Nov 2005 15:30:33 -0000	1.6
@@ -143,7 +143,7 @@
                         # (defaults to single newest but it could be newest N)
     options['nocheck'] = 0
     try:
-        gopts, argsleft = getopt.getopt(args, 'onhskc:', ['keep=','space', 
+        gopts, argsleft = getopt.getopt(args, 'onhsck:', ['keep=','space', 
                                               'nocheck', 'new', 'old', 'help'])
     except getopt.error, e:
         errorprint('Options Error: %s.' % e)




More information about the Yum-cvs-commits mailing list