shell: add list-timers to systemctl completions

This commit is contained in:
Dave Reisner 2013-11-11 10:13:36 -05:00
parent ad83b4c47c
commit d181115929
2 changed files with 3 additions and 2 deletions

View 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'

View 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"