Toolbox/Startup.py

changeset 3539
0c2dc1446ebf
parent 3484
645c12de6b0c
child 3621
15f23ed3f216
--- 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"])

eric ide

mercurial