From a54fdc70be299a203a51d69c4e823f209a4c06ca Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 6 Jun 2010 13:44:11 +0000 Subject: unposted: fix incorrectly capitalized completion descriptions --- Completion/Solaris/Command/_svcprop | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Completion/Solaris/Command/_svcprop') diff --git a/Completion/Solaris/Command/_svcprop b/Completion/Solaris/Command/_svcprop index aa166808a..60d74a1ad 100644 --- a/Completion/Solaris/Command/_svcprop +++ b/Completion/Solaris/Command/_svcprop @@ -2,19 +2,19 @@ _svcprop() { _arguments -s \ - '-f[Designate properties by their FMRI]' \ - '-q[Quiet]' \ - '-t[Use multi-property output format]' \ - '-v[Verbose]' \ + '-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]' \ + '-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]' \ + '(-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' } -- cgit 1.4.1