{'list':(ListJobs, ARGS_ANY, [DEBUG_OPT, NOHDR_OPT, SEP_OPT, FIELDS_OP
T], "[job_id ...]", "List the jobs and their status. The available fie
lds are" " (see the man page for details): id, status, op_list," " op_
status, op_result." " The default field" " list is (in order): %s." %
", ".join(_LIST_DEF_FIELDS)), 'archive':(ArchiveJobs, ARGS_ANY, [DEBUG
_OPT], "<job-id> [<job-id> ...]", "Archive specified jobs"), 'autoarch
ive':(AutoArchiveJobs, ARGS_ONE, [DEBUG_OPT], "<age>", "Auto archive j
obs older than the given age"), 'cancel':(CancelJobs, ARGS_ANY, [DEBUG
...
|