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 | 5488b46989d973e2bf6bd6a41d4c1e9a9ef9bc1e (patch) | |
| tree | 3165be145e5ac3db1dd5ac0294a123d29f86385a /bin/custodian-dequeue | |
| parent | 57707520389609f4b69412715abd4de4e74026fc (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 | 
