From a970ad5b453377df86d104bc86e548584fb10b38 Mon Sep 17 00:00:00 2001 From: thomashaw Date: Mon, 6 Nov 2017 13:15:38 +0000 Subject: [PATCH] batch: usage update --- lib/batch/batch_secgen.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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