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/_ptree | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Solaris/Command/_ptree') diff --git a/Completion/Solaris/Command/_ptree b/Completion/Solaris/Command/_ptree index 031007ba8..035614b59 100644 --- a/Completion/Solaris/Command/_ptree +++ b/Completion/Solaris/Command/_ptree @@ -5,9 +5,9 @@ _ptree() { typeset -A opt_args _arguments -s \ - '-a[All processes]' \ - '-c[Show contract memberships]' \ - '-z[Show processes in zone]:zone:($(zoneadm list))' \ + '-a[all processes]' \ + '-c[show contract memberships]' \ + '-z[show processes in zone]:zone:($(zoneadm list))' \ '*:pid or user:->pidoruser' && ret=0 if [[ $ret -ne 0 ]]; then -- cgit 1.4.1