File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SYNOPSIS
2222| **flux** **resource** **reload** [-f] [--xml] *path*
2323
2424| **flux** **resource** **acquire-mute**
25- | **flux** **resource** **eventlog** [*-w* *EVENT*] [*-F*]
25+ | **flux** **resource** **eventlog** [*-w* *EVENT*] [*-f* *FORMAT*] [*-T* *FORMAT*] [*-L* [*WHEN*]] [*-H*] [*- F*]
2626
2727DESCRIPTION
2828===========
@@ -364,6 +364,26 @@ eventlog
364364
365365Watch the resource journal, which is described in RFC 44.
366366
367+ .. option :: -f , --format=FORMAT
368+
369+ Specify the eventlog output format. Valid choices are *text * (the default)
370+ or *json *.
371+
372+ .. option :: -T , --time-format=FORMAT
373+
374+ Specify the timestamp format. Valid choices are *raw * (the default), *iso *,
375+ *offset *, and *human *.
376+
377+ .. option :: -H , --human
378+
379+ Display human-readable output. Equivalent to :option: `-T human -f text `.
380+
381+ .. option :: -L , --color[=WHEN]
382+
383+ Control color output. The optional argument *WHEN * can be one of *auto *,
384+ *never *, or *always *. If *WHEN * is omitted, it defaults to *always *.
385+ Otherwise the default is *auto *.
386+
367387.. option :: -F , --follow
368388
369389 After printing the current eventlog, wait for new events and print
Original file line number Diff line number Diff line change @@ -942,3 +942,4 @@ SATTR
942942myprogram
943943unref
944944sigprocmask
945+ iso
You can’t perform that action at this time.
0 commit comments