Beremiz.py
changeset 736 944e58c00ca5
parent 735 d9f4ecee761d
child 737 7b421e080636
equal deleted inserted replaced
735:d9f4ecee761d 736:944e58c00ca5
    43     def usage():
    43     def usage():
    44         print "\nUsage of Beremiz.py :"
    44         print "\nUsage of Beremiz.py :"
    45         print "\n   %s [Projectpath] [Buildpath]\n"%sys.argv[0]
    45         print "\n   %s [Projectpath] [Buildpath]\n"%sys.argv[0]
    46     
    46     
    47     try:
    47     try:
    48         opts, args = getopt.getopt(sys.argv[1:], "hue:", ["help", "updatecheck=", "extend="])
    48         opts, args = getopt.getopt(sys.argv[1:], "hu:e:", ["help", "updatecheck=", "extend="])
    49     except getopt.GetoptError:
    49     except getopt.GetoptError:
    50         # print help information and exit:
    50         # print help information and exit:
    51         usage()
    51         usage()
    52         sys.exit(2)
    52         sys.exit(2)
    53 
    53