Skip to content

Commit

Permalink
Merge pull request #3082 from grondo/flux-jobs-doc
Browse files Browse the repository at this point in the history
doc: update flux-jobs(1)
  • Loading branch information
mergify[bot] committed Jul 28, 2020
2 parents 28fd322 + 9e97c64 commit f8f5766
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/man1/flux-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ following is the format used for the default format:

::

{id:>18} {username:<8.8} {name:<10.10} {status:>6.6} {ntasks:>6} {nnodes:>6h} {runtime!F:>8h} {ranks:h}
{id.f58:>12} {username:<8.8} {name:<10.10} {status_abbrev:>2.2} {ntasks:>6} {nnodes:>6h} {runtime!F:>8h} {ranks:h}

The special presentation type *h* can be used to convert an empty
string, "0s", "0.0", or "0:00:00" to a hyphen. For example, normally
Expand Down Expand Up @@ -127,6 +127,18 @@ The field names that can be specified are:
**id**
job ID

**id.f58**
job ID in RFC 19 F58 (base58) encoding

**id.hex**
job ID in ``0x`` prefix hexadecimal representation

**id.dothex**
job ID in dotted hexadecimal representation (``xx.xx.xx.xx``)

**id.words**
job ID in mnemonic encoding

**userid**
job submitter's userid

Expand Down
1 change: 1 addition & 0 deletions doc/test/spell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -495,3 +495,4 @@ alloc
datetime
formatter
ndecode
dothex

0 comments on commit f8f5766

Please sign in to comment.