diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-07 20:44:35 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-07 21:16:04 +0100 |
commit | 1b12a7b5896f94bdf33b3a6661ebabd761ea6adc (patch) | |
tree | c3ddd126dbf7e0b9267425a32bd656f04cf83383 /man | |
parent | 6aa8d43ade72e24c9426e604f7fc4b7582b9db7c (diff) |
pager: introduce "jump to end" option
$ journalctl -be
is what you want :)
https://bugzilla.redhat.com/show_bug.cgi?id=867841
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index e2740e4213..201f66a3b5 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -163,6 +163,20 @@ </varlistentry> <varlistentry> + <term><option>-e</option></term> + <term><option>--pager-end</option></term> + + <listitem><para>Immediately jump to + the end of the journal inside the + implied pager tool. Very useful in + combination with the + <option>-b</option> option. Note that + this is only supported for the + <citerefentry><refentrytitle>less</refentrytitle><manvolnum>1</manvolnum></citerefentry> + pager.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-n</option></term> <term><option>--lines=</option></term> |