Fix #454 --batch option added

This commit is contained in:
erwanlr
2014-04-11 16:45:44 +02:00
parent 3749ef8433
commit 85421f9b4b
3 changed files with 19 additions and 14 deletions

View File

@@ -101,5 +101,6 @@ def help
puts '--max-threads <max-threads> Maximum Threads'
puts '--help | -h This help screen.'
puts '--verbose | -v Verbose output.'
puts '--batch Never ask for user input, use the default behaviour.'
puts
end