chiark / gitweb /
shell-completion: remove load from systemctl
authorLukas Nykryn <lnykryn@redhat.com>
Wed, 15 Jan 2014 14:31:07 +0000 (15:31 +0100)
committerLukas Nykryn <lnykryn@redhat.com>
Wed, 15 Jan 2014 14:31:07 +0000 (15:31 +0100)
shell-completion/bash/systemctl
shell-completion/zsh/_systemctl

index 86ea33c6e2c5fcba6bb71a121840fa53e0cec78d..232d2d65f4ca3d9976b462ebd0f40214058215fa 100644 (file)
@@ -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'
         )
index c469d5f1ddaea189e47d473256365433e09ca3b9..b6cf66458726cdaa1fcf534cd2b0da13999d0bd1 100644 (file)
@@ -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()
 {