chiark / gitweb /
completion/systemctl: add missing list-sockets verb
[elogind.git] / shell-completion / zsh / _systemctl
index 3d5f2ffeeb1c6e50ec35fa78fd9a517ce5db162d..298e97ed61aa93cce4281764abdebe8e2981b4b5 100644 (file)
@@ -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"