diff -r 33a75660df08 -r 0c2dc1446ebf Toolbox/Startup.py --- a/Toolbox/Startup.py Sat Apr 26 10:06:49 2014 +0200 +++ b/Toolbox/Startup.py Sat Apr 26 10:36:09 2014 +0200 @@ -33,7 +33,7 @@ @param optlen length of the field for the commandline option (integer) """ options = [ - ("--version", "show the program's version number and exit"), + ("--version", "show the program's version number and exit"), ("-h, --help", "show this help message and exit") ] options.extend(appinfo["options"])