about summary refs log tree commit diff
path: root/Completion/Unix/Command/_perl
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-06-01 10:02:28 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-06-01 10:02:28 +0000
commit9f63db611a8ee2becff902949398447fd55dfccc (patch)
tree724921d7954a72efa3db7463bb1a189b467be5ef /Completion/Unix/Command/_perl
parentf688a43ac2bc022bcf498f7cd2da5ab0dc3c0193 (diff)
downloadzsh-9f63db611a8ee2becff902949398447fd55dfccc.tar.gz
zsh-9f63db611a8ee2becff902949398447fd55dfccc.tar.xz
zsh-9f63db611a8ee2becff902949398447fd55dfccc.zip
21294: fix incorrectly capitalized completion descriptions
Diffstat (limited to 'Completion/Unix/Command/_perl')
-rw-r--r--Completion/Unix/Command/_perl4
1 files changed, 2 insertions, 2 deletions
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'