about summary refs log tree commit diff
path: root/Completion/Linux
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2003-08-19 07:37:27 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2003-08-19 07:37:27 +0000
commit62168a3331f43eba1f19f2287a69c18fa527468d (patch)
treef8cb85b7ee28a8737495f5ce6f5ecd71e4c7e8d2 /Completion/Linux
parent2976578cc5360dd7d8945f54254b077d80ff03cf (diff)
downloadzsh-62168a3331f43eba1f19f2287a69c18fa527468d.tar.gz
zsh-62168a3331f43eba1f19f2287a69c18fa527468d.tar.xz
zsh-62168a3331f43eba1f19f2287a69c18fa527468d.zip
unposted: remove initial capitalisation from some descriptions
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/Command/_valgrind6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Linux/Command/_valgrind b/Completion/Linux/Command/_valgrind
index 00aa8d78d..3d015b217 100644
--- a/Completion/Linux/Command/_valgrind
+++ b/Completion/Linux/Command/_valgrind
@@ -38,7 +38,7 @@ typeset -A opt_args
     '--I1=-:set I1 cache manually(size,assoc,line_size):' \
     '--D1=-:set D1 cache manually(size,assoc,line_size):' \
     '--L2=-:set L2 cache manually(size,assoc,line_size):' \
-    '--weird-hacks=-:Weird Hacks (comma separated)[no hacks selected]:(ioctl-VTIME truncate-writes)' \
+    '--weird-hacks=-:weird hacks (comma separated)[no hacks selected]:(ioctl-VTIME truncate-writes)' \
     '--sanity-level=-:level of sanity checking to do [1]:' \
     '--single-step=-:translate each instr separately? [no]:(no yes)' \
     '--optimise=-:improve intermediate code? [yes]:(no yes)' \
@@ -53,5 +53,5 @@ typeset -A opt_args
     '--trace-pthread=-:show pthread event details? [none]:(none some all)' \
     '--stop-after=-:switch to real CPU after executing <number> basic blocks [infinity]:' \
     "--dump-error=-:show translation for basic block associated with <number>'th error context [0=don't show any]:" \
-    '1:Command name:_command_names -e' \
-    '*::Args :_normal'  && return 0
+    '1:command name:_command_names -e' \
+    '*::args :_normal'  && return 0