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:
parent
6c60569550
commit
d808ca6414
@ -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'
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user