completion/systemctl: add missing list-sockets verb

Conflicts:
	shell-completion/bash/systemctl
	shell-completion/zsh/_systemctl
This commit is contained in:
Dave Reisner
2013-10-06 10:19:23 -04:00
committed by Zbigniew Jędrzejewski-Szmek
parent c3576f997b
commit 995cdebf10
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ _systemctl () {
[ENVS]='set-environment unset-environment'
[STANDALONE]='daemon-reexec daemon-reload default dump
emergency exit halt hibernate hybrid-sleep kexec list-jobs
list-units list-unit-files poweroff reboot rescue
list-sockets list-units list-unit-files poweroff reboot rescue
show-environment suspend'
[NAME]='snapshot load'
[FILE]='link'
@@ -328,6 +328,7 @@ _outputmodes() {
{
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"