summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-12-19 08:11:20 -0500
committerDave Reisner <dreisner@archlinux.org>2012-12-19 08:11:20 -0500
commit45db2956baf107c9129af68ae3111391d0ee4640 (patch)
tree27e0eddd9e349a877a96c9e40f759abf279e0b91 /shell-completion
parentb6262e80b9c2f90dd55f06462cf221a069f680ca (diff)
bash-completion: update list of verbs
Add suspend, hibernate, hybrid-sleep
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/systemd-bash-completion.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell-completion/systemd-bash-completion.sh b/shell-completion/systemd-bash-completion.sh
index 897f988fd9..a5df3bf985 100644
--- a/shell-completion/systemd-bash-completion.sh
+++ b/shell-completion/systemd-bash-completion.sh
@@ -114,8 +114,9 @@ _systemctl () {
[SNAPSHOTS]='delete'
[ENVS]='set-environment unset-environment'
[STANDALONE]='daemon-reexec daemon-reload default dot dump
- emergency exit halt kexec list-jobs list-units
- list-unit-files poweroff reboot rescue show-environment'
+ emergency exit halt hibernate hybrid-sleep kexec list-jobs
+ list-units list-unit-files poweroff reboot rescue
+ show-environment suspend'
[NAME]='snapshot load'
[FILE]='link'
)