From: Lennart Poettering Date: Fri, 24 Nov 2017 09:04:14 +0000 (+0100) Subject: journalctl: add --output-fields= to --help text (#7443) X-Git-Tag: v236~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b3f8e596811c38b08ebfce271509605c78139f5;p=thirdparty%2Fsystemd.git journalctl: add --output-fields= to --help text (#7443) Follow-up for #7181 --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index a8e90f80bfa..e2fd031f839 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"