--- a/Beremiz.py Tue Mar 21 18:01:09 2017 +0300
+++ b/Beremiz.py Mon Mar 27 17:40:56 2017 +0300
@@ -58,8 +58,15 @@
def Usage(self):
- print "\nUsage:"
- print "\n %s [Projectpath] [Buildpath]\n"%sys.argv[0]
+ print "Usage:"
+ print "%s [Options] [Projectpath] [Buildpath]"%sys.argv[0]
+ print ""
+ print "Supported options:"
+ print "-h --help Print this help"
+ print "-u --updatecheck URL Retrieve update information by checking URL"
+ print "-e --extend PathToExtension Extend IDE functionality by loading at start additional extensions"
+ print ""
+ print ""
def SetCmdOptions(self):
self.shortCmdOpts = "hu:e:"