batch: usage update

This commit is contained in:
thomashaw
2017-11-06 13:15:38 +00:00
parent 60f7618808
commit a970ad5b45

View File

@@ -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