mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 22:31:12 +01:00
41562: correct completed word
This commit is contained in:
parent
bcb285dbb6
commit
620b7d61ab
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2017-08-18 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 41562: Completion/BSD/Command/_rcctl: correct completed word
|
||||
|
||||
* 41561: Completion/Unix/Command/_dhclient: handle Free/OpenBSD
|
||||
and bring options up-to-date for the ISC implementation
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ case $service in
|
|||
':variable:compadd -a variables'
|
||||
;;
|
||||
ls)
|
||||
_arguments ':display a list of services and daemons matching:(all faulty off on started stopped)'
|
||||
_arguments ':display a list of services and daemons matching:(all failed off on started stopped)'
|
||||
;;
|
||||
order)
|
||||
_arguments \
|
||||
|
|
Loading…
Reference in a new issue