summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_systemctl
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/zsh/_systemctl')
-rw-r--r--shell-completion/zsh/_systemctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_systemctl b/shell-completion/zsh/_systemctl
index 3d5f2ffeeb..298e97ed61 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"