diff options
author | Oliver Kiddle <opk@zsh.org> | 2017-08-05 16:22:03 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2017-08-05 16:22:30 +0200 |
commit | 14ff7d39ad2c9a0d0c4549783f04cf809e5d1980 (patch) | |
tree | e7fbc64e9addbc7783341dc439ec7854235a4366 /Completion/BSD/Command | |
parent | 039a34cca5fb2ad1ae16e5a5914bdab3071b7186 (diff) | |
download | zsh-14ff7d39ad2c9a0d0c4549783f04cf809e5d1980.tar.gz zsh-14ff7d39ad2c9a0d0c4549783f04cf809e5d1980.tar.xz zsh-14ff7d39ad2c9a0d0c4549783f04cf809e5d1980.zip |
41492: update some options in completions
Diffstat (limited to 'Completion/BSD/Command')
-rw-r--r-- | Completion/BSD/Command/_gstat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_gstat b/Completion/BSD/Command/_gstat index 7baaf0d62..c60e54422 100644 --- a/Completion/BSD/Command/_gstat +++ b/Completion/BSD/Command/_gstat @@ -2,10 +2,12 @@ _arguments -s : \ '-a[only display providers that are at least 0.1% busy]' \ - '-b[batch mode]' \ + '(-B)-b[batch mode]' \ + '(-b)-B[endless batch mode]' \ '-c[enable the display geom(4) consumers]' \ '-d[enable the display delete operations]' \ '-f+[filter by regex]:regex' \ '-o[enable the display for other operations]' \ + "-s[enable blocks' size statistics]" \ '-I+[display refresh rate]:interval (ms)' \ '-p[only display physical providers]' |