diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-18 03:33:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-18 03:35:58 +0200 |
commit | 15119c160268ce4ba9da4be67ed8adc412220b7d (patch) | |
tree | 17508e5e3f4ac982943ed0e02d89654c0bbc1dce /man | |
parent | 3c1668da6202f1ead3d4d3981b89e9da1a0e98e3 (diff) |
journalctl: implement quering field values with new -F switch
Example:
journalctl -F _SYSTEMD_UNIT
will list all units that ever logged to the journal.
Diffstat (limited to 'man')
-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 a533f4d0ea..4208fb4edc 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -350,6 +350,16 @@ </varlistentry> <varlistentry> + <term><option>--field=</option></term> + <term><option>-f</option></term> + + <listitem><para>Print all possible + data values the specified field can + take in all entries of the + journal.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--directory=</option></term> <term><option>-D</option></term> |