chiark / gitweb /
zsh_completion: Fix journalctl's --boot
[elogind.git] / shell-completion / zsh / _systemd
index 8eced095dca3609def1b87e2927a7f281b9f375a..1addfa5878463bd91fb34cecf60c91257c3f1553 100644 (file)
@@ -102,19 +102,6 @@ _ctls()
     esac
 }
 
-_hosts_or_user_at_host()
-{
-  _alternative \
-    'users-hosts:: _user_at_host' \
-    'hosts:: _hosts'
-}
-
-_outputmodes() {
-    local -a _output_opts
-    _output_opts=(short short-monotonic verbose export json json-pretty json-see cat)
-    _describe -t output 'output mode' _output_opts || compadd "$@"
-}
-
 _ctls "$@"
 
 #vim: set ft=zsh sw=4 ts=4 et