mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
Greg Bouzakis: 30741: add suspend command to systemd completion
This commit is contained in:
parent
f91707eda1
commit
4e38ba5e4c
2 changed files with 5 additions and 1 deletions
|
@ -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 $
|
||||
*****************************************************
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue