diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-11-11 10:13:36 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-11-11 11:04:06 -0500 |
commit | d1811159295f1c6f3bb10b647c7b084b33e9138e (patch) | |
tree | 71fa92e334a6576549d6f9a02d9efda2500d2c7e /shell-completion/bash/systemctl | |
parent | ad83b4c47cb5b48cfd0a14537cee0c830eec2b74 (diff) |
shell: add list-timers to systemctl completions
Diffstat (limited to 'shell-completion/bash/systemctl')
-rw-r--r-- | shell-completion/bash/systemctl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl index eea4b6dbf9..bb2b8ad6d9 100644 --- a/shell-completion/bash/systemctl +++ b/shell-completion/bash/systemctl @@ -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' |