|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /usr/share/zsh/4.3.10/functions/ |
Upload File : |
#compdef svcprop
_svcprop() {
_arguments -s \
'-f[Designate properties by their FMRI]' \
'-q[Quiet]' \
'-t[Use multi-property output format]' \
'-v[Verbose]' \
- set1 \
'-w[Waits for the selected property or property group to change]' \
'-p[Prints values of named property or property group]' \
':FMRI:_svcs_fmri -i' \
- set2 \
'(-c -s)-C[Retrieve properties without composition]' \
'(-C -s)-c[Retrieve properties with composition]' \
'(-c -C)-s[Retrieve properties from snapshot]:snapshot:' \
'*-p[Prints values of named property or property group]' \
'*:FMRI:_svcs_fmri -i'
}
_svcprop "$@"
# vi:tw=0