1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

42968: add "-c" for _shutdown completion on FreeBSD 12-current

This commit is contained in:
Eitan Adler 2018-06-09 15:23:06 +00:00 committed by Oliver Kiddle
parent b5b3dde0a0
commit 0a4eb2d85d
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2018-06-09 Oliver Kiddle <okiddle@yahoo.co.uk>
* 42968: Eitan Adler: Completion/Unix/Command/_shutdown:
add "-c" for _shutdown completion on FreeBSD 12-current
* 42965: dana: Completion/Unix/Command/_bash,
Completion/Unix/Command/_sh: add full completion for bash

View file

@ -42,6 +42,11 @@ case $OSTYPE in
args+=(
'-o[execute halt or reboot instead of sending a signal to init]'
)
;|
freebsd<12->.*)
args+=(
'-c[power cycle the system instead of halting if possible]'
)
;;
netbsd*)
args+=(