##// END OF EJS Templates
restore '-V' cmdline option for printing version...
Yaroslav Halchenko -
Show More
@@ -393,7 +393,7 b' class Application(SingletonConfigurable):'
393 self.print_examples()
393 self.print_examples()
394 self.exit(0)
394 self.exit(0)
395
395
396 if '--version' in argv:
396 if '--version' in argv or '-V' in argv:
397 self.print_version()
397 self.print_version()
398 self.exit(0)
398 self.exit(0)
399
399
General Comments 0
You need to be logged in to leave comments. Login now