1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 20:25:25 +03:00

journalctl: add --output-fields= to --help text (#7443)

Follow-up for #7181
This commit is contained in:
Lennart Poettering 2017-11-24 10:04:14 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent b8afec2107
commit 9b3f8e5968

View File

@ -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"