diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-12-06 11:24:17 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-12-06 11:24:17 +0000 | 
| commit | 021073323bb232ed04da9dfcd55fa19471f37853 (patch) | |
| tree | 9476c7d2a46848b4e01e01facba23897bc5ca5c6 /bin | |
| parent | f7e3c1e563562f4ed337f6a8b8d341596efeacd8 (diff) | |
  Updated documentation in a minor fashion.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/custodian-queue | 7 | 
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  | 
