diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-01-27 19:01:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-01 22:42:33 +0100 |
commit | 69e714f3d8784fb0207ac9112ed1a48d4fd5e9fe (patch) | |
tree | 0501d2583aadf06fb5c8ec704b12b7de521bef3e /man | |
parent | eb86030ec0e53ef3834d1b230440e88fdf020e9d (diff) |
journalctl: add new --fields switch to dump all currently used field names
Fixes #2176
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index b57afb6ebf..5af98c67cb 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -572,6 +572,13 @@ </varlistentry> <varlistentry> + <term><option>-N</option></term> + <term><option>--fields</option></term> + + <listitem><para>Print all field names currently used in all entries of the journal.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--system</option></term> <term><option>--user</option></term> |