diff options
Diffstat (limited to 'bin/multi-ping')
-rwxr-xr-x | bin/multi-ping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/multi-ping b/bin/multi-ping index 118fe66..fd4607c 100755 --- a/bin/multi-ping +++ b/bin/multi-ping @@ -48,7 +48,7 @@ opts = GetoptLong.new( [ '--manual', '-m', GetoptLong::NO_ARGUMENT ]) begin - opts.each do |opt,arg| + opts.each do |opt, arg| case opt when '--help' then $help = true |