summaryrefslogtreecommitdiffstats
path: root/man/journalctl.xml
diff options
context:
space:
mode:
authorzhmylove <zhmylove@narod.ru>2022-08-30 17:50:19 +0200
committerLennart Poettering <lennart@poettering.net>2023-06-16 09:31:47 +0200
commit61cecfa0d8b3ee41ebd493b255b8201653d51b98 (patch)
tree926f5ea4d7b1899e2d9931c506e6b115ed2f6028 /man/journalctl.xml
parentMerge pull request #28053 from mrc0mmand/assorted-fixes (diff)
downloadsystemd-61cecfa0d8b3ee41ebd493b255b8201653d51b98.tar.xz
systemd-61cecfa0d8b3ee41ebd493b255b8201653d51b98.zip
journalctl: add --truncate-newline option
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r--man/journalctl.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml
index d54937a220..d52f0e15c5 100644
--- a/man/journalctl.xml
+++ b/man/journalctl.xml
@@ -430,6 +430,13 @@
</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></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>short-precise</option></term>
<listitem><para>is very similar, but shows classic syslog timestamps with full microsecond
precision.</para></listitem>