zsh: add hibernate and hybrid-sleep to zsh-completion

This commit is contained in:
Daniel Wallace 2012-12-19 12:28:38 -05:00 committed by Lennart Poettering
parent 067d851d30
commit f897e86278
1 changed files with 2 additions and 0 deletions

View File

@ -329,6 +329,8 @@ _outputmodes() {
"try-restart:Restart one or more units if active"
"reload-or-restart:Reload one or more units if possible, otherwise start or restart"
"force-reload:Reload one or more units if possible, otherwise restart if active"
"hibernate:Hibernate the system"
"hybrid-sleep:Hibernate and suspend the system"
"reload-or-try-restart:Reload one or more units if possible, otherwise restart if active"
"isolate:Start one unit and stop all others"
"kill:Send signal to processes of a unit"