From 9f63db611a8ee2becff902949398447fd55dfccc Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 1 Jun 2005 10:02:28 +0000 Subject: 21294: fix incorrectly capitalized completion descriptions --- Completion/Unix/Command/_perl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_perl') diff --git a/Completion/Unix/Command/_perl b/Completion/Unix/Command/_perl index 9d07b562d..05b386d11 100644 --- a/Completion/Unix/Command/_perl +++ b/Completion/Unix/Command/_perl @@ -18,7 +18,7 @@ _perl () { '-i-[edit <> files in place (make backup if extension supplied)]:backup file extension: ' \ '*-I-[specify @INC/#include directory (may be used more than once)]:include path:_files -/' \ '-l-[enable line ending processing, specifies line terminator]:output record separator in octal: ' \ - \*{-m,-M}"-[module.. executes \`use/no module...' before executing your script.]:module:_perl_m_opt" \ + \*{-m,-M}"-[module.. executes \`use/no module...' before executing your script]:module:_perl_m_opt" \ "-n[assume 'while (<>) { ... }' loop around your script]" \ "-p[assume loop like -n but print line also like sed]" \ "-P[run script through C preprocessor before compilation]" \ @@ -29,7 +29,7 @@ _perl () { "-U[allow unsafe operations]" \ "-v[print version number, patchlevel plus VERY IMPORTANT perl info]" \ "-V-[print perl configuration information]:configuration keys:_perl_config_vars" \ - '-w[TURN WARNINGS ON FOR COMPILATION OF YOUR SCRIPT. Recommended.]' \ + '-w[turn warnings on for compilation of your script. Recommended]' \ '-x-[strip off text before #!perl line and perhaps cd to directory]:directory to cd to:_files -/' \ '1:Perl script:_files -/ -g "*.(p[ml]|PL)(-.)"' \ '*::args: _normal' -- cgit 1.4.1