mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-04 20:51:33 +00:00
shell-completion: remove load from systemctl
(cherry picked from commit f89a4474e0)
Conflicts:
shell-completion/bash/systemctl
This commit is contained in:
committed by
Colin Guthrie
parent
e3d3ab4650
commit
e96f97ae44
@@ -141,7 +141,7 @@ _systemctl () {
|
||||
emergency exit halt hibernate hybrid-sleep kexec list-jobs
|
||||
list-sockets list-units list-unit-files poweroff reboot rescue
|
||||
show-environment suspend get-default'
|
||||
[NAME]='snapshot load'
|
||||
[NAME]='snapshot'
|
||||
[FILE]='link'
|
||||
[TARGETS]='set-default'
|
||||
)
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"status:Show runtime status of one or more units"
|
||||
"show:Show properties of one or more units/jobs or the manager"
|
||||
"reset-failed:Reset failed state for all, one, or more units"
|
||||
"load:Load one or more units"
|
||||
"list-unit-files:List installed unit files"
|
||||
"enable:Enable one or more unit files"
|
||||
"disable:Disable one or more unit files"
|
||||
@@ -266,7 +265,7 @@ done
|
||||
# [STANDALONE]='daemon-reexec daemon-reload default
|
||||
# emergency exit halt kexec list-jobs list-units
|
||||
# list-unit-files poweroff reboot rescue show-environment'
|
||||
# [NAME]='snapshot load'
|
||||
# [NAME]='snapshot'
|
||||
|
||||
_systemctl_caching_policy()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user