diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-27 23:25:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-28 00:55:24 +0200 |
commit | 8f14c8327b1c2b578bbf1235723a77931c3d0223 (patch) | |
tree | a4e77e066a3f7174a6c28afbf5c4c2dd98bd4fe7 /man/journalctl.xml | |
parent | 1b89884ba31cbe98f159ce2c7d6fac5f6a57698f (diff) |
journalctl: add --cursor switch
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 50c915d590..651a8a56ad 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -255,6 +255,15 @@ </varlistentry> <varlistentry> + <term><option>--cursor=</option></term> + <term><option>-c</option></term> + + <listitem><para>Jump to the location + in the journal specified by the passed + cursor.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--directory=</option></term> <term><option>-D</option></term> |