chiark / gitweb /
shell: add list-timers to systemctl completions
authorDave Reisner <dreisner@archlinux.org>
Mon, 11 Nov 2013 15:13:36 +0000 (10:13 -0500)
committerDave Reisner <dreisner@archlinux.org>
Mon, 11 Nov 2013 16:04:06 +0000 (11:04 -0500)
shell-completion/bash/systemctl
shell-completion/zsh/_systemctl

index eea4b6dbf95317150e6daa9e13124c801f209f64..bb2b8ad6d914429455a2a83657ddbfced1f915a7 100644 (file)
@@ -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'
index 560a54815c9a24fe9ad8da71728d445b80877840..f5680d21edcfba868ef7197fb4458dcc330157d0 100644 (file)
@@ -5,6 +5,7 @@
   local -a _systemctl_cmds
   _systemctl_cmds=(
     "list-sockets:List sockets"
+    "list-timers:List timers"
     "list-units:List units"
     "start:Start (activate) one or more units"
     "stop:Stop (deactivate) one or more units"