diff options
author | Oliver Kiddle <opk@zsh.org> | 2017-09-18 15:53:29 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2017-09-18 15:53:29 +0200 |
commit | b138acf42e52dcdf470f5001aa7ffa1e70eb60f3 (patch) | |
tree | 8b8b52c41e0c86c1b7e2b7497bf354aaec518f5d /Completion/Redhat | |
parent | b0c12e377151adced916e517e9354e9e4469a637 (diff) | |
download | zsh-b138acf42e52dcdf470f5001aa7ffa1e70eb60f3.tar.gz zsh-b138acf42e52dcdf470f5001aa7ffa1e70eb60f3.tar.xz zsh-b138acf42e52dcdf470f5001aa7ffa1e70eb60f3.zip |
41725: assorted minor updates to completion functions
Diffstat (limited to 'Completion/Redhat')
-rw-r--r-- | Completion/Redhat/Command/_scl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Redhat/Command/_scl b/Completion/Redhat/Command/_scl index b7bba2b13..b9eaff11a 100644 --- a/Completion/Redhat/Command/_scl +++ b/Completion/Redhat/Command/_scl @@ -8,7 +8,7 @@ local -a state line force alts cmd _arguments -C $force \ '(- 1)'{-l,--list}'[list installed software collections or packages within a collection]' \ - '(-l --list)1:action:(enable run load unload list-collections list-packages man register deregister)' \ + '(-l --list)1:action:(enable run load unload list-collections list-enabled list-packages man register deregister)' \ '(- *)--help' \ '(-)*:collections:->collections' && ret=0 |