summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorDaniel Wallace <danielwallace@gtmanfred.com>2012-12-19 12:28:38 -0500
committerLennart Poettering <lennart@poettering.net>2012-12-19 20:45:52 +0100
commitf897e862787adb3353735eba12a6bd2337688a6a (patch)
treed9148698e7afb731164550871704c636fe610535 /shell-completion
parent067d851d30386c553e3a84f59d81d003ff638b91 (diff)
zsh: add hibernate and hybrid-sleep to zsh-completion
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/systemd-zsh-completion.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh
index 93d64b3ad3..ee68ac7576 100644
--- a/shell-completion/systemd-zsh-completion.zsh
+++ b/shell-completion/systemd-zsh-completion.zsh
@@ -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"