diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-11-24 10:04:14 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-24 10:04:14 +0100 |
commit | 9b3f8e596811c38b08ebfce271509605c78139f5 (patch) | |
tree | c2e4f67c6af5af0a77959a0738f2d4ed13ff5314 /src/journal | |
parent | man: reorder/add sections to systemd.exec(5) (#7412) (diff) | |
download | systemd-9b3f8e596811c38b08ebfce271509605c78139f5.tar.xz systemd-9b3f8e596811c38b08ebfce271509605c78139f5.zip |
journalctl: add --output-fields= to --help text (#7443)
Follow-up for #7181
Diffstat (limited to '')
-rw-r--r-- | src/journal/journalctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index a8e90f80bf..e2fd031f83 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -304,6 +304,7 @@ static void help(void) { " short-iso, short-iso-precise, short-full,\n" " short-monotonic, short-unix, verbose, export,\n" " json, json-pretty, json-sse, cat)\n" + " --output-fields=LIST Select fields to print in verbose/export/json modes\n" " --utc Express time in Coordinated Universal Time (UTC)\n" " -x --catalog Add message explanations where available\n" " --no-full Ellipsize fields\n" |