diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-30 11:18:17 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-30 11:18:17 +0000 | 
| commit | 098945e28b93e19f62773ae5b7ecdbfdfe0ca10c (patch) | |
| tree | 19158ff6b0ade7155296e632f67a1bae4ca53d42 /bin/custodian-dequeue | |
| parent | 4334c33123a90573821bf744968e59a5f4216b8c (diff) | |
  Removed --repeat.
Diffstat (limited to 'bin/custodian-dequeue')
| -rwxr-xr-x | bin/custodian-dequeue | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index efcab32..4e652ff 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -80,7 +80,6 @@ if __FILE__ == $0 then                            [ "--manual",  "-m", GetoptLong::NO_ARGUMENT ],                            [ "--fail",    "-f", GetoptLong::NO_ARGUMENT  ],                            [ "--logfile", "-l", GetoptLong::REQUIRED_ARGUMENT ], -                          [ "--repeat",  "-r", GetoptLong::REQUIRED_ARGUMENT ],                            [ "--server",  "-S", GetoptLong::REQUIRED_ARGUMENT ],                            [ "--alerter", "-a", GetoptLong::REQUIRED_ARGUMENT ],                            [ "--single",  "-s", GetoptLong::NO_ARGUMENT ], @@ -92,8 +91,6 @@ if __FILE__ == $0 then            ENV["VERBOSE"] = "1"        when "--logfile" then            $LOGFILE = arg -      when "--repeat" then -          ENV["REPEAT"] = arg        when "--server" then            $SERVER = arg        when "--alerter" then | 
