[Checkins] SVN: z3c.checkversions/trunk/z3c/checkversions/main.py corrected Usage

Christophe Combelles ccomb at free.fr
Sun Jul 25 18:54:10 EDT 2010


Log message for revision 115096:
  corrected Usage
  

Changed:
  U   z3c.checkversions/trunk/z3c/checkversions/main.py

-=-
Modified: z3c.checkversions/trunk/z3c/checkversions/main.py
===================================================================
--- z3c.checkversions/trunk/z3c/checkversions/main.py	2010-07-25 22:52:11 UTC (rev 115095)
+++ z3c.checkversions/trunk/z3c/checkversions/main.py	2010-07-25 22:54:10 UTC (rev 115096)
@@ -29,7 +29,7 @@
 
 def main():
 
-    usage = u"Usage: %prog [-v] [-l LEVEL] [-i INDEX] [-b BLACKLIST] [buildout_file]"
+    usage = u"Usage: %prog [-v] [-l LEVEL] [-i INDEX] [-b BLACKLIST] [-1] [buildout_file]"
     parser = OptionParser(description=__doc__, usage=usage)
 
     parser.add_option('-l', '--level',



More information about the checkins mailing list