diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-16 10:21:18 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-16 22:41:47 -0400 |
commit | 248fc619b5e3e24d78f171f95b85916eee7987bd (patch) | |
tree | b63c076b50e81d21f99620c700689077f4c86428 /man/journalctl.xml | |
parent | dd94c17e7da89fa612952119ac825116dc5a8deb (diff) |
journalctl: augment short mode with a cursor at the end
Two options are added: --show-cursor to print the cursor at the end,
and --after-cursor to resume logs on the next line after the previous one.
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 027f22d259..3e03c45f13 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -523,6 +523,16 @@ </varlistentry> <varlistentry> + <term><option>--after-cursor=</option></term> + + <listitem><para>Start showing entries from the + location in the journal + <emphasis>after</emphasis> the location + specified by the this cursor. + </para></listitem> + </varlistentry> + + <varlistentry> <term><option>--since=</option></term> <term><option>--until=</option></term> |