Fixed argument parsing error
authorEdouard Tisserant
Mon, 21 May 2012 02:01:51 +0200
changeset 736 944e58c00ca5
parent 735 d9f4ecee761d
child 737 7b421e080636
Fixed argument parsing error
Beremiz.py
--- a/Beremiz.py	Sun May 20 22:44:09 2012 +0200
+++ b/Beremiz.py	Mon May 21 02:01:51 2012 +0200
@@ -45,7 +45,7 @@
         print "\n   %s [Projectpath] [Buildpath]\n"%sys.argv[0]
     
     try:
-        opts, args = getopt.getopt(sys.argv[1:], "hue:", ["help", "updatecheck=", "extend="])
+        opts, args = getopt.getopt(sys.argv[1:], "hu:e:", ["help", "updatecheck=", "extend="])
     except getopt.GetoptError:
         # print help information and exit:
         usage()