diff options
| author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:22:46 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:22:46 +0000 | 
| commit | ddedddfa53dfe296eb8f0c58e1b9ff86f8301d4d (patch) | |
| tree | 24c39cd8770762e37f96886f0894ba4616ab5ccb /bin | |
| parent | d07ac8ecbedb4831e5aa677b8878f0e8eb37e363 (diff) | |
More minor space fixups
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/custodian-enqueue | 2 | ||||
| -rwxr-xr-x | bin/multi-ping | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index c92cb0e..75cb863 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -74,7 +74,7 @@ if __FILE__ == $PROGRAM_NAME then                            [ '--test',   GetoptLong::NO_ARGUMENT ],                            [ '--file',  '-f', GetoptLong::REQUIRED_ARGUMENT ],                            [ '--help',  '-h', GetoptLong::NO_ARGUMENT ], -                          [ '--manual','-m', GetoptLong::NO_ARGUMENT ] +                          [ '--manual', '-m', GetoptLong::NO_ARGUMENT ]                            )      opts.each do |opt, arg|        case opt 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 | 
