diff options
| author | Oliver Kiddle <opk@zsh.org> | 2023-03-16 22:12:48 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2023-03-16 22:12:48 +0100 |
| commit | ea229be4cfb6a734938648df4322fc4473e1712e (patch) | |
| tree | 0e344de8b305851277c7cc255441344e7fbcfa11 /Completion/BSD/Command/_rcctl | |
| parent | 51573: additional "typset -p -m" fix for namespaces (diff) | |
| download | zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.gz zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.bz2 zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.lz zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.xz zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.zst zsh-ea229be4cfb6a734938648df4322fc4473e1712e.zip | |
51581: update completions to cover changes in OpenBSD 7.2
Diffstat (limited to 'Completion/BSD/Command/_rcctl')
| -rw-r--r-- | Completion/BSD/Command/_rcctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_rcctl b/Completion/BSD/Command/_rcctl index 6cfebf420..98e4f9846 100644 --- a/Completion/BSD/Command/_rcctl +++ b/Completion/BSD/Command/_rcctl @@ -3,7 +3,7 @@ local context state line local -a actions lsarg subcmds variables -actions=(check reload restart start stop) +actions=(configtest check reload restart start stop) subcmds=(disable enable get getdef ls order set) variables=(class flags status timeout user) lsarg=( |
