man: fix journalctl --syslog-identifier= documentation

We don't actually accept patterns, hence don't claim so. This is a
fix-up for 730836403a.

Fixes #1256.
This commit is contained in:
Lennart Poettering 2015-10-03 11:40:16 +02:00
parent 3225266095
commit fd8d05e9b8
1 changed files with 3 additions and 5 deletions

View File

@ -437,13 +437,11 @@
<varlistentry>
<term><option>-t</option></term>
<term><option>--identifier=<replaceable>SYSLOG_IDENTIFIER</replaceable>|<replaceable>PATTERN</replaceable></option></term>
<term><option>--identifier=<replaceable>SYSLOG_IDENTIFIER</replaceable></option></term>
<listitem><para>Show messages for the specified syslog
identifier <replaceable>SYSLOG_IDENTIFIER</replaceable>, or
for any of the messages with a
<literal>SYSLOG_IDENTIFIER</literal> matched by
<replaceable>PATTERN</replaceable>.</para>
identifier
<replaceable>SYSLOG_IDENTIFIER</replaceable>.</para>
<para>This parameter can be specified multiple
times.</para></listitem>