summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-30 11:18:17 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-30 11:18:17 +0000
commit098945e28b93e19f62773ae5b7ecdbfdfe0ca10c (patch)
tree19158ff6b0ade7155296e632f67a1bae4ca53d42 /bin
parent4334c33123a90573821bf744968e59a5f4216b8c (diff)
Removed --repeat.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-dequeue3
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