diff --git a/lib/batch/batch_secgen.rb b/lib/batch/batch_secgen.rb index 723972e29..b470af312 100644 --- a/lib/batch/batch_secgen.rb +++ b/lib/batch/batch_secgen.rb @@ -45,8 +45,11 @@ def usage --all: Delete all jobs from the queue table [list] + --all (default): List all jobs in the queue table --id [integer n] (optional): List the entry for a specific Job ID - --all: List all jobs in the queue table + --running (optional): List jobs with status 'running' + --todo (optional): List jobs with status 'todo' + --failed / --error (optional): List jobs with status 'error' [misc] --help, -h: Shows this usage information