[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Apply patch from tobias: make flush-queue -n work



Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria:/tmp/cvs-serv1517/lib/mixminion

Modified Files:
	ClientMain.py 
Log Message:
Apply patch from tobias: make flush-queue -n work

Index: ClientMain.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/ClientMain.py,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- ClientMain.py	16 Nov 2006 22:47:01 -0000	1.187
+++ ClientMain.py	31 Dec 2007 21:00:16 -0000	1.188
@@ -1940,7 +1940,7 @@
 """.strip()
 
 def flushQueue(cmd, args):
-    options, args = getOptions(args, "", ["count="], argsOK=1)
+    options, args = getOptions(args, "n:", ["count="], argsOK=1)
     count=None
     for o,v in options:
         if o in ('-n','--count'):