Fix -h exit status for Omnibus
parent
e48bcb4e08
commit
a802317f84
|
@ -121,7 +121,7 @@ end
|
|||
|
||||
opt.on_tail("-h", "--help", "Show this message") do
|
||||
$stderr.puts opt
|
||||
exit(1)
|
||||
exit
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
|
@ -91,7 +91,7 @@ end
|
|||
|
||||
opt.on_tail("-h", "--help", "Show this message") do
|
||||
puts opt
|
||||
exit(1)
|
||||
exit
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
|
@ -78,7 +78,7 @@ end
|
|||
|
||||
opt.on_tail("-h", "--help", "Show this message") do
|
||||
puts opt
|
||||
exit(1)
|
||||
exit
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
|
@ -132,7 +132,7 @@ end
|
|||
|
||||
opt.on_tail("-h", "--help", "Show this message") do
|
||||
puts opt
|
||||
exit(1)
|
||||
exit
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue