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