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/_savecore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Completion/Solaris/Command/_savecore') diff --git a/Completion/Solaris/Command/_savecore b/Completion/Solaris/Command/_savecore index 63bb81fb7..e112944ed 100644 --- a/Completion/Solaris/Command/_savecore +++ b/Completion/Solaris/Command/_savecore @@ -2,10 +2,10 @@ _savecore() { _arguments -s \ - '-L[Take live dump]' \ - '-v[Verbose]' \ - '-d[Disregard dump header valid flag]' \ - '-f[Save crash dump from file]:file:_files' \ + '-L[take live dump]' \ + '-v[verbose]' \ + '-d[disregard dump header valid flag]' \ + '-f[save crash dump from file]:file:_files' \ '::directory:_files -/' } -- cgit 1.4.1