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""" |