chiark / gitweb /
shell-completion: systemctl cat
[elogind.git] / shell-completion / bash / systemctl
index eea4b6dbf95317150e6daa9e13124c801f209f64..e96b1f2ccc7dc2e613f2fde940fe6b5214bc63ba 100644 (file)
@@ -123,7 +123,7 @@ _systemctl () {
         fi
 
         local -A VERBS=(
-                [ALL_UNITS]='is-active is-failed is-enabled status show mask preset help list-dependencies'
+                [ALL_UNITS]='is-active is-failed is-enabled status show cat mask preset help list-dependencies'
             [ENABLED_UNITS]='disable'
            [DISABLED_UNITS]='enable'
         [REENABLABLE_UNITS]='reenable'
@@ -139,8 +139,8 @@ _systemctl () {
                      [ENVS]='set-environment unset-environment'
                [STANDALONE]='daemon-reexec daemon-reload default
                              emergency exit halt hibernate hybrid-sleep kexec list-jobs
-                             list-sockets list-units list-unit-files poweroff reboot rescue
-                             show-environment suspend get-default'
+                             list-sockets list-timers list-units list-unit-files poweroff
+                             reboot rescue show-environment suspend get-default'
                      [NAME]='snapshot load'
                      [FILE]='link'
                   [TARGETS]='set-default'