From: Jörg Sommer Date: Mon, 25 Mar 2019 23:36:15 +0000 (+0100) Subject: completion/zsh/journalctl: Add --no-hostname X-Git-Tag: v242-rc1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a505736536ae0b1d597f6ecf25c7f3a85db656e2;p=thirdparty%2Fsystemd.git completion/zsh/journalctl: Add --no-hostname --- diff --git a/shell-completion/zsh/_journalctl b/shell-completion/zsh/_journalctl index a4df88ef4be..0520e02de20 100644 --- a/shell-completion/zsh/_journalctl +++ b/shell-completion/zsh/_journalctl @@ -85,6 +85,7 @@ _arguments -s \ {-h,--help}'[Show this help]' \ '--version[Show package version]' \ '--no-pager[Do not pipe output into a pager]' \ + --no-hostname"[Don't show the hostname of local log messages]" \ {-l,--full}'[Show long fields in full]' \ {-a,--all}'[Show all fields, including long and unprintable]' \ {-f,--follow}'[Follow journal]' \