diff options
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index b5a0c539ca..2ce81a0563 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -152,11 +152,20 @@ </varlistentry> <varlistentry> - <term><option>-l</option></term> + <term><option>--no-full</option></term> <term><option>--full</option></term> + <term><option>-l</option></term> + + <listitem><para>Ellipsize fields when + they don't fit in available columns. + The default is to show full fields, + allowing them to wrap or be truncated + by the pager if one is used.</para> - <listitem><para>Show all (printable) fields in - full.</para></listitem> + <para>Old options + <option>-l</option>/<option>--full</option> + not useful anymore, except to undo + <option>--no-full</option>.</para></listitem> </varlistentry> <varlistentry> |