[yum-cvs] yum cli.py,1.185,1.186

Menno Smits mjs at login.linux.duke.edu
Mon Jun 27 12:24:28 UTC 2005


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

Modified Files:
	cli.py 
Log Message:
Correct my grammar


Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- cli.py	27 Jun 2005 12:23:21 -0000	1.185
+++ cli.py	27 Jun 2005 12:24:26 -0000	1.186
@@ -1525,8 +1525,8 @@
             out.extend([a, next])
        
         else:
-            # Check for single letter options that take an option where the
-            # value right up against the option
+            # Check for single letter options that take a value, where the
+            # value is right up against the option
             for opt in valopts:
                 if len(opt) == 2 and a.startswith(opt):
                     out.append(a)




More information about the Yum-cvs-commits mailing list