diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2013-03-01 10:27:10 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-01 12:51:24 +0100 |
commit | d89d6c86d9f141e0fb6939b7fc4f5ea068750690 (patch) | |
tree | 1a56c1639c0fe526bef756860c03149279546453 /man/journalctl.xml | |
parent | 37d3ab1b7e114f0fb6dfb2e7273569b42794b76a (diff) |
journalctl: add --reverse option to show the newest lines first
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 5ed0e1fe3f..ca940fec7e 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -185,6 +185,14 @@ </varlistentry> <varlistentry> + <term><option>-r</option></term> + <term><option>--reverse</option></term> + + <listitem><para>Reverse output, so the newest + entries are displayed first.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-o</option></term> <term><option>--output=</option></term> |