Explorar el Código

add version option to the option parser

Helmut Pozimski hace 11 años
padre
commit
fbe33682ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      stdd

+ 1 - 1
stdd

@@ -28,7 +28,7 @@ parameters, only 3 are currently defined:
 	* --config (path to configuration file)
 
 """
-parser = OptionParser(prog="stdd", add_help_option=True)
+parser = OptionParser(prog="stdd", version="%prog 0.9", add_help_option=True)
 parser.add_option("-d", "--daemon", action="store_true", dest="daemon",
 	help="run stdd as daemon")
 parser.add_option("-u", "--user", dest="user", help="define an unprivileged \