From d808ca6414cd29d56507bed78fce2d26c6b00f15 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 19 Sep 2013 18:00:36 -0400 Subject: completion/systemctl: add missing list-sockets verb --- shell-completion/zsh/_systemctl | 1 + 1 file changed, 1 insertion(+) (limited to 'shell-completion/zsh') 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" -- cgit v1.2.3-54-g00ecf