diff options
Diffstat (limited to 'bin/custodian-queue')
-rwxr-xr-x | bin/custodian-queue | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/custodian-queue b/bin/custodian-queue index e793657..dcb4b9a 100755 --- a/bin/custodian-queue +++ b/bin/custodian-queue @@ -63,11 +63,11 @@ if __FILE__ == $PROGRAM_NAME then begin opts = GetoptLong.new( - [ '--flush', '-f', GetoptLong::NO_ARGUMENT ], - [ '--help', '-h', GetoptLong::NO_ARGUMENT ], - [ '--manual', '-m', GetoptLong::NO_ARGUMENT ], - [ '--monitor', '-M', GetoptLong::OPTIONAL_ARGUMENT ], - [ '--stats', '-s', GetoptLong::NO_ARGUMENT ] + ['--flush', '-f', GetoptLong::NO_ARGUMENT], + ['--help', '-h', GetoptLong::NO_ARGUMENT], + ['--manual', '-m', GetoptLong::NO_ARGUMENT], + ['--monitor', '-M', GetoptLong::OPTIONAL_ARGUMENT], + ['--stats', '-s', GetoptLong::NO_ARGUMENT] ) opts.each do |opt, arg| case opt |