From 2a30ea3e9d7797e5f040ea3a460f9e0b969ca0c0 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 6 Dec 2012 11:24:17 +0000 Subject: Updated documentation in a minor fashion. --- bin/custodian-queue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin/custodian-queue') 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 -- cgit v1.2.1