Commit 0df0b6eb authored by Devaev Maxim's avatar Devaev Maxim

Output version status at option -v

parent cbc658d6
......@@ -26,7 +26,7 @@ def help() :
"\t-k, --kill -- Kill daemon process" % (const.MY_NAME) )
def version() :
print "%s version %s" % (const.MY_NAME, const.VERSION)
print "%s version %s-%s" % (const.MY_NAME, const.VERSION, const.VERSION_STATUS)
##### Main #####
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment