diff -r 58fe260e7469 -r 7ce719013078 Toolbox/Startup.py --- a/Toolbox/Startup.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Toolbox/Startup.py Sat Oct 19 13:03:39 2013 +0200 @@ -29,7 +29,7 @@ @param appinfo dictionary describing the application @param optlen length of the field for the commandline option (integer) """ - options = [\ + options = [ ("--version", "show the program's version number and exit"), ("-h, --help", "show this help message and exit") ]