diff options
author | Jörg Sommer <joerg@jo-so.de> | 2019-03-26 00:36:15 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-03-26 07:59:30 +0100 |
commit | a505736536ae0b1d597f6ecf25c7f3a85db656e2 (patch) | |
tree | 4411779f7063c9a18c52e2d401a8d48102e023a7 /shell-completion | |
parent | c49357e7477564b98d977e35393f471d2088dc19 (diff) | |
download | systemd-a505736536ae0b1d597f6ecf25c7f3a85db656e2.tar.gz |
completion/zsh/journalctl: Add --no-hostname
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_journalctl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_journalctl b/shell-completion/zsh/_journalctl index a4df88ef4b..0520e02de2 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]' \ |