diff options
author | Eric Cook <llua@gmx.com> | 2016-02-11 22:53:16 -0500 |
---|---|---|
committer | Eric Cook <illua@users.sourceforge.net> | 2016-02-11 22:53:16 -0500 |
commit | 9cc6ebe7a2263e6697d497e95335369b06bec11b (patch) | |
tree | 3c35b78e6defa49cfcce347e171ffd0d6cb85867 /Completion/BSD/Command/_gstat | |
parent | 6d82ce161a760af4421c1153e78741bda95bf6b6 (diff) | |
download | zsh-9cc6ebe7a2263e6697d497e95335369b06bec11b.tar.gz zsh-9cc6ebe7a2263e6697d497e95335369b06bec11b.tar.xz zsh-9cc6ebe7a2263e6697d497e95335369b06bec11b.zip |
37913: add additional completers and _zpool improvement
Diffstat (limited to 'Completion/BSD/Command/_gstat')
-rw-r--r-- | Completion/BSD/Command/_gstat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_gstat b/Completion/BSD/Command/_gstat new file mode 100644 index 000000000..55b7db74d --- /dev/null +++ b/Completion/BSD/Command/_gstat @@ -0,0 +1,11 @@ +#compdef gstat + +_arguments -s -w : \ + '-a[only display providers that are at least 0.1% busy]' \ + '-b[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]' \ + '-I[display refresh rate]:interval' \ + '-p[only display physical providers]' |