diff options
| author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:19:47 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:19:47 +0000 | 
| commit | 54b21cf54c51dfe40784a8096f84c7a80b015bd4 (patch) | |
| tree | 4763692624732650daf1a9e02c91576d3f7ee8d0 /bin/multi-ping | |
| parent | a22b8e96ead33b0f97ed5243dbad7f7b6cd5135d (diff) | |
Removed spaces inside parenthesis.
Diffstat (limited to 'bin/multi-ping')
| -rwxr-xr-x | bin/multi-ping | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bin/multi-ping b/bin/multi-ping index 9760b35..118fe66 100755 --- a/bin/multi-ping +++ b/bin/multi-ping @@ -45,7 +45,7 @@ $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| @@ -115,7 +115,7 @@ end  #  #  Create the object  # -helper = Custodian::Util::Ping.new( hostname ) +helper = Custodian::Util::Ping.new(hostname)  # | 
