diff options
author | Oliver Kiddle <opk@zsh.org> | 2021-02-08 00:40:10 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2021-02-08 00:40:10 +0100 |
commit | 073092f89dcf9fc1e59f9e3c5048f8c4829eae07 (patch) | |
tree | 7a10be711a41043b6bb46a7f8565f8cdac81cffe /Completion/BSD/Command/_systat | |
parent | 25d69da85c707bfe08c2bad1d0b288baf8184b72 (diff) | |
download | zsh-073092f89dcf9fc1e59f9e3c5048f8c4829eae07.tar.gz zsh-073092f89dcf9fc1e59f9e3c5048f8c4829eae07.zip |
47944: update completions for NetBSD 9
Diffstat (limited to 'Completion/BSD/Command/_systat')
-rw-r--r-- | Completion/BSD/Command/_systat | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Completion/BSD/Command/_systat b/Completion/BSD/Command/_systat index a123e081c..7d837790a 100644 --- a/Completion/BSD/Command/_systat +++ b/Completion/BSD/Command/_systat @@ -75,9 +75,10 @@ case $OSTYPE in opts=( '-M[alternative source to extract values from]:core:_files' '-N[alternative source to extract the name list from]:system:_files' - '-n[do not resolve IP addresses]' - '-w[refresh interval]:refresh interval' - '-t[the amount of refreshes for each screen in '\''all'\'' display mode]:turns' + '(-t -w)-b[show the chosen display once and exit]' + "-n[don't resolve IP addresses]" + '(-b)-w[refresh interval]:refresh interval' + "(-b)-t[specify amount of refreshes for each screen in 'all' display mode]:turns" ) esac |