[systemd-commits] shell-completion/bash shell-completion/zsh
Lukas Nykryn
lnykryn at kemper.freedesktop.org
Wed Jan 15 06:31:28 PST 2014
shell-completion/bash/systemctl | 2 +-
shell-completion/zsh/_systemctl | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
New commits:
commit f89a4474e05307e45992e1f30b6b1b26900d91bd
Author: Lukas Nykryn <lnykryn at redhat.com>
Date: Wed Jan 15 15:31:07 2014 +0100
shell-completion: remove load from systemctl
diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl
index 86ea33c..232d2d6 100644
--- a/shell-completion/bash/systemctl
+++ b/shell-completion/bash/systemctl
@@ -141,7 +141,7 @@ _systemctl () {
emergency exit halt hibernate hybrid-sleep kexec list-jobs
list-sockets list-timers list-units list-unit-files poweroff
reboot rescue show-environment suspend get-default'
- [NAME]='snapshot load'
+ [NAME]='snapshot'
[FILE]='link'
[TARGETS]='set-default'
)
diff --git a/shell-completion/zsh/_systemctl b/shell-completion/zsh/_systemctl
index c469d5f..b6cf664 100644
--- a/shell-completion/zsh/_systemctl
+++ b/shell-completion/zsh/_systemctl
@@ -26,7 +26,6 @@
"show:Show properties of one or more units/jobs or the manager"
"cat:Show the source unit files and drop-ins"
"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"
@@ -268,7 +267,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()
{
More information about the systemd-commits
mailing list