mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
man: Correct flag description of systemd-cat
It is not true that "no string" is written to journal; the binary name is used when run via `systemd-cat command`, or `cat` is used when run via `command | systemd-cat`.
This commit is contained in:
@@ -63,7 +63,10 @@
|
|||||||
|
|
||||||
<listitem><para>Specify a short string that is used to
|
<listitem><para>Specify a short string that is used to
|
||||||
identify the logging tool. If not specified, no identification
|
identify the logging tool. If not specified, no identification
|
||||||
string is written to the journal.</para></listitem>
|
string is set for the journal entry, and the executable name
|
||||||
|
(or <literal>cat</literal> if the input is read from a pipe)
|
||||||
|
will be used to describe the log source instead.
|
||||||
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user