diff options
| author | Doug Kearns <dkearns@users.sourceforge.net> | 2003-03-12 04:43:46 +0000 |
|---|---|---|
| committer | Doug Kearns <dkearns@users.sourceforge.net> | 2003-03-12 04:43:46 +0000 |
| commit | aa09c3c859d4028d33fb3365d583f89eef7cca2b (patch) | |
| tree | fadd1fa3599906c02d5a096bc3de83c5681f9a07 /Completion/Linux | |
| parent | 18338: list a single unambiguous match instead of inserting it (diff) | |
| download | zsh-aa09c3c859d4028d33fb3365d583f89eef7cca2b.tar zsh-aa09c3c859d4028d33fb3365d583f89eef7cca2b.tar.gz zsh-aa09c3c859d4028d33fb3365d583f89eef7cca2b.tar.bz2 zsh-aa09c3c859d4028d33fb3365d583f89eef7cca2b.tar.lz zsh-aa09c3c859d4028d33fb3365d583f89eef7cca2b.tar.xz zsh-aa09c3c859d4028d33fb3365d583f89eef7cca2b.tar.zst zsh-aa09c3c859d4028d33fb3365d583f89eef7cca2b.zip | |
unposted: remove initial capitalisation from some descriptions
Diffstat (limited to 'Completion/Linux')
| -rw-r--r-- | Completion/Linux/Command/_valgrind | 6 |
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 |
