summaryrefslogtreecommitdiff
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
commit021073323bb232ed04da9dfcd55fa19471f37853 (patch)
tree9476c7d2a46848b4e01e01facba23897bc5ca5c6
parentf7e3c1e563562f4ed337f6a8b8d341596efeacd8 (diff)
Updated documentation in a minor fashion.
-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