Toolbox/Startup.py

changeset 3539
0c2dc1446ebf
parent 3484
645c12de6b0c
child 3621
15f23ed3f216
equal deleted inserted replaced
3538:33a75660df08 3539:0c2dc1446ebf
31 31
32 @param appinfo dictionary describing the application 32 @param appinfo dictionary describing the application
33 @param optlen length of the field for the commandline option (integer) 33 @param optlen length of the field for the commandline option (integer)
34 """ 34 """
35 options = [ 35 options = [
36 ("--version", "show the program's version number and exit"), 36 ("--version", "show the program's version number and exit"),
37 ("-h, --help", "show this help message and exit") 37 ("-h, --help", "show this help message and exit")
38 ] 38 ]
39 options.extend(appinfo["options"]) 39 options.extend(appinfo["options"])
40 40
41 print("""\n""" 41 print("""\n"""

eric ide

mercurial