mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-04-28 10:53:39 +00:00
completion/systemctl: add missing list-sockets verb
Conflicts: shell-completion/bash/systemctl shell-completion/zsh/_systemctl
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
d03880f0c3
commit
aeca88f2ff
@@ -123,7 +123,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'
|
||||
|
||||
@@ -323,6 +323,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"
|
||||
|
||||
Reference in New Issue
Block a user