Skip to content

Commit

Permalink
cmd/flux-job: Add annotations for job list output
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Jul 12, 2020
1 parent 90a04e5 commit 91c64a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmd/flux-job.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,8 @@ static const char *list_attrs =
"\"name\",\"ntasks\",\"nnodes\",\"ranks\",\"expiration\",\"success\"," \
"\"exception_occurred\",\"exception_severity\",\"exception_type\"," \
"\"exception_note\",\"result\"," \
"\"t_depend\",\"t_sched\",\"t_run\",\"t_cleanup\",\"t_inactive\"]";
"\"t_depend\",\"t_sched\",\"t_run\",\"t_cleanup\",\"t_inactive\"," \
"\"annotations\"]";

int cmd_list (optparse_t *p, int argc, char **argv)
{
Expand Down

0 comments on commit 91c64a8

Please sign in to comment.