diff options
Diffstat (limited to 'bin/multi-ping')
-rwxr-xr-x | bin/multi-ping | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/multi-ping b/bin/multi-ping index 6d905bb..1045635 100755 --- a/bin/multi-ping +++ b/bin/multi-ping @@ -14,7 +14,8 @@ manual = false opts = GetoptLong.new( ['--help', '-h', GetoptLong::NO_ARGUMENT], - ['--manual', '-m', GetoptLong::NO_ARGUMENT]) + ['--manual', '-m', GetoptLong::NO_ARGUMENT] +) begin opts.each do |opt, _arg| |