Minor cosmetic update

This commit is contained in:
Miroslav Stampar 2014-09-16 16:32:54 +02:00
parent 8a92dd3aaa
commit 6888d2fc34

View File

@ -838,7 +838,7 @@ def cmdLineParser():
if argv[i] == "-hh": if argv[i] == "-hh":
argv[i] = "-h" argv[i] = "-h"
elif argv[i] == "--version": elif argv[i] == "--version":
print VERSION_STRING print VERSION_STRING.split('/')[-1]
raise SystemExit raise SystemExit
elif argv[i] == "-h": elif argv[i] == "-h":
advancedHelp = False advancedHelp = False