Adds the --version in the help - Fixes #716

This commit is contained in:
erwanlr
2014-11-25 17:44:01 +01:00
parent 8252cb486b
commit de1d047c08

View File

@@ -106,6 +106,7 @@ def help
puts '--max-threads <max-threads> Maximum Threads.'
puts '--help | -h This help screen.'
puts '--verbose | -v Verbose output.'
puts '--version Output the current version and exit.'
puts
end