# HG changeset patch # User Edouard Tisserant # Date 1337558511 -7200 # Node ID 944e58c00ca52fe96a3dc008243b6229fa63d7b9 # Parent d9f4ecee761d2d7334d69378552477ce649b5a20 Fixed argument parsing error diff -r d9f4ecee761d -r 944e58c00ca5 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()