diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-20 20:09:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-22 16:16:59 +0200 |
commit | 991e274b61f489e625274254138567c9c81b4c4b (patch) | |
tree | 38464ce4173c2e3e1bbff3e5a56bf0eb257128da /man/journalctl.xml | |
parent | bb321ed9a33d6c90e2529db86ffabd913805088a (diff) | |
download | systemd-991e274b61f489e625274254138567c9c81b4c4b.tar.gz |
journalctl: add --no-hostname switch
This suppresses output of the hostname for messages from the local system.
Fixes: #2342
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 c448e0771b..3efe6ef62a 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -360,6 +360,13 @@ </varlistentry> <varlistentry> + <term><option>--no-hostname</option></term> + + <listitem><para>Don't show the hostname field of log messages originating from the local host. This switch only + has an effect on the <option>short</option> family of output modes (see above).</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-x</option></term> <term><option>--catalog</option></term> |