1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

completion/systemctl: add missing list-sockets verb

This commit is contained in:
Dave Reisner 2013-09-19 18:00:36 -04:00
parent 6c60569550
commit d808ca6414
2 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,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 get-default'
[NAME]='snapshot load'
[FILE]='link'

View 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"