{"list":(ListJobs, [ArgJobId()], [NOHDR_OPT, SEP_OPT, FIELDS_OPT, VERB
OSE_OPT, FORCE_FILTER_OPT, _PENDING_OPT, _RUNNING_OPT, _ERROR_OPT, _FI
NISHED_OPT, _ARCHIVED_OPT], "[job_id ...]", "Lists the jobs and their
status. The available fields can be shown" " using the \"list-fields\"
command (see the man page for details)." " The default field list is
(in order): %s." % utils.CommaJoin(_LIST_DEF_FIELDS)), "list-fields":(
ListJobFields, [ArgUnknown()], [NOHDR_OPT, SEP_OPT], "[fields...]", "L
ists all available fields for jobs"), "archive":(ArchiveJobs, [ArgJobI
...
|