Beremiz.py
changeset 1666 d3603b5a1cbc
parent 1663 81f6781f7fec
child 1680 6db967480b7d
equal deleted inserted replaced
1665:081f4463b37d 1666:d3603b5a1cbc
    56                 wx.Yield()
    56                 wx.Yield()
    57                 time.sleep(0.01);
    57                 time.sleep(0.01);
    58 
    58 
    59 
    59 
    60     def Usage(self):
    60     def Usage(self):
    61         print "\nUsage:"
    61         print "Usage:"
    62         print "\n   %s [Projectpath] [Buildpath]\n"%sys.argv[0]
    62         print "%s [Options] [Projectpath] [Buildpath]"%sys.argv[0]        
       
    63         print ""
       
    64         print "Supported options:"
       
    65         print "-h --help                    Print this help"
       
    66         print "-u --updatecheck URL         Retrieve update information by checking URL"
       
    67         print "-e --extend PathToExtension  Extend IDE functionality by loading at start additional extensions"
       
    68         print ""
       
    69         print ""        
    63 
    70 
    64     def SetCmdOptions(self):
    71     def SetCmdOptions(self):
    65         self.shortCmdOpts = "hu:e:"
    72         self.shortCmdOpts = "hu:e:"
    66         self.longCmdOpts = ["help", "updatecheck=", "extend="]
    73         self.longCmdOpts = ["help", "updatecheck=", "extend="]
    67 
    74