diff options
Diffstat (limited to 'bin/custodian-enqueue')
-rwxr-xr-x | bin/custodian-enqueue | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index 75cb863..e8f71f0 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -70,11 +70,11 @@ if __FILE__ == $PROGRAM_NAME then begin opts = GetoptLong.new( - [ '--dump', '-d', GetoptLong::NO_ARGUMENT ], - [ '--test', GetoptLong::NO_ARGUMENT ], - [ '--file', '-f', GetoptLong::REQUIRED_ARGUMENT ], - [ '--help', '-h', GetoptLong::NO_ARGUMENT ], - [ '--manual', '-m', GetoptLong::NO_ARGUMENT ] + ['--dump', '-d', GetoptLong::NO_ARGUMENT], + ['--test', GetoptLong::NO_ARGUMENT], + ['--file', '-f', GetoptLong::REQUIRED_ARGUMENT], + ['--help', '-h', GetoptLong::NO_ARGUMENT], + ['--manual', '-m', GetoptLong::NO_ARGUMENT] ) opts.each do |opt, arg| case opt |