From 9b3f8e596811c38b08ebfce271509605c78139f5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 24 Nov 2017 10:04:14 +0100 Subject: [PATCH] journalctl: add --output-fields= to --help text (#7443) Follow-up for #7181 --- src/journal/journalctl.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3