diff options
author | Oliver Kiddle <opk@zsh.org> | 2017-08-18 13:00:10 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2017-08-18 13:00:10 +0200 |
commit | 620b7d61ab918fce883c8f5bf4fcd93a5365de48 (patch) | |
tree | f188a8e8c401f6d8d7ba75585e6b8c4a314d8f1c | |
parent | bcb285dbb69e6134e1c1f107627085ad6b2c462e (diff) | |
download | zsh-620b7d61ab918fce883c8f5bf4fcd93a5365de48.tar.gz zsh-620b7d61ab918fce883c8f5bf4fcd93a5365de48.tar.xz zsh-620b7d61ab918fce883c8f5bf4fcd93a5365de48.zip |
41562: correct completed word
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Completion/BSD/Command/_rcctl | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a6e2f5b31..a5e67caaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Completion/BSD/Command/_rcctl b/Completion/BSD/Command/_rcctl index 0a030f486..62cb8f634 100644 --- a/Completion/BSD/Command/_rcctl +++ b/Completion/BSD/Command/_rcctl @@ -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 \ |