[systemd-commits] shell-completion/systemd-zsh-completion.zsh
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Dec 19 11:46:02 PST 2012
shell-completion/systemd-zsh-completion.zsh | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f897e862787adb3353735eba12a6bd2337688a6a
Author: Daniel Wallace <danielwallace at gtmanfred.com>
Date: Wed Dec 19 12:28:38 2012 -0500
zsh: add hibernate and hybrid-sleep to zsh-completion
diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh
index 93d64b3..ee68ac7 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"
More information about the systemd-commits
mailing list