Fix -h exit status for Omnibus

This commit is contained in:
William Vu 2015-09-04 10:24:49 -05:00
parent e48bcb4e08
commit a802317f84
5 changed files with 5 additions and 5 deletions

View File

@ -121,7 +121,7 @@ end
opt.on_tail("-h", "--help", "Show this message") do
$stderr.puts opt
exit(1)
exit
end
begin

View File

@ -91,7 +91,7 @@ end
opt.on_tail("-h", "--help", "Show this message") do
puts opt
exit(1)
exit
end
begin

View File

@ -78,7 +78,7 @@ end
opt.on_tail("-h", "--help", "Show this message") do
puts opt
exit(1)
exit
end
begin

View File

@ -132,7 +132,7 @@ end
opt.on_tail("-h", "--help", "Show this message") do
puts opt
exit(1)
exit
end
begin

2
msfrop
View File

@ -64,7 +64,7 @@ end
opt.on_tail('-h', '--help', 'Show this message') do
puts opt
exit(1)
exit
end
begin