Beremiz.py
changeset 1734 750eeb7230a1
parent 1732 94ffe74e6895
child 1736 7e61baa047f0
equal deleted inserted replaced
1733:dea107dce0c4 1734:750eeb7230a1
    60                 time.sleep(0.01);
    60                 time.sleep(0.01);
    61 
    61 
    62 
    62 
    63     def Usage(self):
    63     def Usage(self):
    64         print "Usage:"
    64         print "Usage:"
    65         print "%s [Options] [Projectpath] [Buildpath]"%sys.argv[0]
    65         print "%s [Options] [Projectpath] [Buildpath]" % sys.argv[0]
    66         print ""
    66         print ""
    67         print "Supported options:"
    67         print "Supported options:"
    68         print "-h --help                    Print this help"
    68         print "-h --help                    Print this help"
    69         print "-u --updatecheck URL         Retrieve update information by checking URL"
    69         print "-u --updatecheck URL         Retrieve update information by checking URL"
    70         print "-e --extend PathToExtension  Extend IDE functionality by loading at start additional extensions"
    70         print "-e --extend PathToExtension  Extend IDE functionality by loading at start additional extensions"