diff options
author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2023-09-08 17:30:17 +0200 |
---|---|---|
committer | наб <nabijaczleweli@nabijaczleweli.xyz> | 2023-09-26 14:45:08 +0200 |
commit | bf83c6707e27434fd73a55fb91686bc3ac19e959 (patch) | |
tree | aca63a081efcc62734ffb42200ef235cf1853aea /man/journalctl.xml | |
parent | add support for hp pavilion gaming 15 lid switch (#29304) (diff) | |
download | systemd-bf83c6707e27434fd73a55fb91686bc3ac19e959.tar.xz systemd-bf83c6707e27434fd73a55fb91686bc3ac19e959.zip |
journalctl.1: move --truncate-newline to the options instead of the -o values list
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index df79e6d6e2..9054cc8ded 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -481,15 +481,6 @@ </varlistentry> <varlistentry> - <term><option>--truncate-newline</option></term> - - <listitem><para>Truncate each log message at the first newline character on output, so that only the - first line of each message is displayed.</para> - - <xi:include href="version-info.xml" xpointer="v254"/></listitem> - </varlistentry> - - <varlistentry> <term><option>short-precise</option></term> <listitem><para>is very similar, but shows classic syslog timestamps with full microsecond precision.</para> @@ -614,6 +605,15 @@ </varlistentry> <varlistentry> + <term><option>--truncate-newline</option></term> + + <listitem><para>Truncate each log message at the first newline character on output, so that only the + first line of each message is displayed.</para> + + <xi:include href="version-info.xml" xpointer="v254"/></listitem> + </varlistentry> + + <varlistentry> <term><option>--output-fields=</option></term> <listitem><para>A comma separated list of the fields which should be included in the output. This |