diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-19 12:49:42 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-19 12:49:42 +0000 |
commit | 4e38ba5e4c57b0cf3f1a508d0800ab133a566da5 (patch) | |
tree | 0409d71229a8f4e26797974aa7a7c388c6703d44 | |
parent | f91707eda1e4dde21f5451c4e8e83612b889ed38 (diff) | |
download | zsh-4e38ba5e4c57b0cf3f1a508d0800ab133a566da5.tar.gz zsh-4e38ba5e4c57b0cf3f1a508d0800ab133a566da5.tar.xz zsh-4e38ba5e4c57b0cf3f1a508d0800ab133a566da5.zip |
Greg Bouzakis: 30741: add suspend command to systemd completion
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Unix/Command/_systemd | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 79e6c0102..f5c3966ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-10-19 Peter Stephenson <pws@csr.com> + * Greg Bouzakis: 30741: Completion/Unix/Command/_systemd: add + suspend command. + * unposted: Doc/Zsh/expn.yo: further splitting clarifications. 2012-10-18 Peter Stephenson <pws@csr.com> @@ -281,5 +284,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5748 $ +* $Revision: 1.5749 $ ***************************************************** diff --git a/Completion/Unix/Command/_systemd b/Completion/Unix/Command/_systemd index 585ed9c41..c9fc38a5e 100644 --- a/Completion/Unix/Command/_systemd +++ b/Completion/Unix/Command/_systemd @@ -121,6 +121,7 @@ _hosts_or_user_at_host() "rescue:Enter system rescue mode" "emergency:Enter system emergency mode" "halt:Shut down and halt the system" + "suspend:Suspend the system" "poweroff:Shut down and power-off the system" "reboot:Shut down and reboot the system" "kexec:Shut down and reboot the system with kexec" |