Small update

bug/bundler_fix
sinn3r 2015-01-15 21:00:52 -06:00
parent 754d303f66
commit 95895a5969
1 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,8 @@ module Md5LookupUtility
options[:databases] = extract_db_names(v)
end
opt.on('-o', '--out <filepath>', "Save the results to a file (Default=#{DEFAULT_OUTFILE})") do |v|
opt.on('-o', '--out <filepath>',
"(Optional) Save the results to a file (Default=#{DEFAULT_OUTFILE})") do |v|
options[:outfile] = v
end