diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-19 20:54:04 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-19 21:50:43 -0400 |
commit | 54b7254c1fa629937f92fd6fa34bdf127b696a00 (patch) | |
tree | e86537d15eb74b4a6ecc5bd2cfc0dd5aeaf17489 /man/journalctl.xml | |
parent | ab3a162c0194fd92884798488eeafdcc5c4d7d57 (diff) |
journalct: beef up entry listing
The ability to dump catalog entries in full and by id is added.
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 8883da278c..6b4b7572f6 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -49,7 +49,9 @@ <refsynopsisdiv> <cmdsynopsis> - <command>journalctl <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">MATCHES</arg></command> + <command>journalctl</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="opt" rep="repeat">MATCHES</arg> </cmdsynopsis> </refsynopsisdiv> @@ -479,12 +481,39 @@ </varlistentry> <varlistentry> - <term><option>--list-catalog</option></term> + <term><option>--list-catalog + <optional><replaceable>ID128...</replaceable></optional> + </option></term> <listitem><para>List the contents of the message catalog, as table of message IDs plus their short - description strings.</para></listitem> + description strings.</para> + + <para>If any + <replaceable>ID128</replaceable>s are + specified, only those entries are shown. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--dump-catalog + <optional><replaceable>ID128...</replaceable></optional> + </option></term> + + <listitem><para>Show the contents of + the message catalog, with entries + separated by a line consisting of two + dashes and the id (the format is the + same as <filename>.catalog</filename> + files.</para> + + <para>If any + <replaceable>ID128</replaceable>s are + specified, only those entries are shown. + </para> + </listitem> </varlistentry> <varlistentry> |