diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-17 15:27:59 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-17 15:32:04 +0100 |
commit | e3657ecd7f9f9bd6a1719fc808639cd4b780674a (patch) | |
tree | fe635b60249497b071f59b07720f97f714a60715 /man/journalctl.xml | |
parent | 1e1954f53386cb773e2a152748dd31c4d36aa2d8 (diff) |
journalctl: add option to forgo ellipsization
Sometimes it is better to see messages in full, and the existing
set of options didn't allow this easily. E.g. now
journalctl -f --full
will behave like
tail -f /var/log/messages
of yore.
Long option only for now, since small letters are becoming
scarce, and this doesn't feel like a capital-letter-option.
'-u' would be nice, and the above command would be spelled
journalctl -fu
Diffstat (limited to 'man/journalctl.xml')
-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 8b26cd9260..471c9452ca 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -136,6 +136,13 @@ </varlistentry> <varlistentry> + <term><option>--full</option></term> + + <listitem><para>Show all (printable) fields in + full.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--all</option></term> <term><option>-a</option></term> |