summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-12-06 11:24:17 +0000
committerSteve Kemp <steve@steve.org.uk>2012-12-06 11:24:17 +0000
commit2a30ea3e9d7797e5f040ea3a460f9e0b969ca0c0 (patch)
treef7d65e669cc2db40c3800a251ae2d00b2638e666 /bin
parent7ba7607f23c2d7c196d21f5106d0ff392c023f2c (diff)
Updated documentation in a minor fashion.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-queue7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/custodian-queue b/bin/custodian-queue
index 2144b09..f50a9bd 100755
--- a/bin/custodian-queue
+++ b/bin/custodian-queue
@@ -17,18 +17,19 @@
#
# -m, --manual Show this manual, and exit.
#
-# -M, --monitor Alert, via mauve, if our queue is too full.
+# -M, --monitor If the queue size exceeds the threshold report that via an exit code.
#
# -f, --flush Flush the queue, removing all jobs.
#
-# -s, --stats Show the pending jobs.
+# -s, --stats Show the count of pending jobs.
#
# -S, --server Specify the host:port for the beanstalkd queue.
#
#
# ABOUT
#
-# This tool is designed to inspect the beanstalkd queue.
+# This tool is designed to inspect the beanstalkd queue, or flush the pending
+# jobs from it.
#
#
# AUTHOR