X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=shell-completion%2Fzsh%2F_systemctl;h=298e97ed61aa93cce4281764abdebe8e2981b4b5;hp=3d5f2ffeeb1c6e50ec35fa78fd9a517ce5db162d;hb=d808ca6414cd29d56507bed78fce2d26c6b00f15;hpb=6c605695506cc55fd77241308540c5e1a15d807c;ds=sidebyside diff --git a/shell-completion/zsh/_systemctl b/shell-completion/zsh/_systemctl index 3d5f2ffee..298e97ed6 100644 --- a/shell-completion/zsh/_systemctl +++ b/shell-completion/zsh/_systemctl @@ -4,6 +4,7 @@ { local -a _systemctl_cmds _systemctl_cmds=( + "list-sockets:List sockets" "list-units:List units" "start:Start (activate) one or more units" "stop:Stop (deactivate) one or more units"