diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
| commit | 56528ccb661d4985776234c89355a14093063534 (patch) | |
| tree | 8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Completion/Unix/Command/_perl | |
| parent | Document "make check". (diff) | |
| download | zsh-56528ccb661d4985776234c89355a14093063534.tar zsh-56528ccb661d4985776234c89355a14093063534.tar.gz zsh-56528ccb661d4985776234c89355a14093063534.tar.bz2 zsh-56528ccb661d4985776234c89355a14093063534.tar.lz zsh-56528ccb661d4985776234c89355a14093063534.tar.xz zsh-56528ccb661d4985776234c89355a14093063534.tar.zst zsh-56528ccb661d4985776234c89355a14093063534.zip | |
spelling corrections
Diffstat (limited to 'Completion/Unix/Command/_perl')
| -rw-r--r-- | Completion/Unix/Command/_perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_perl b/Completion/Unix/Command/_perl index ff97edb5f..d9554e431 100644 --- a/Completion/Unix/Command/_perl +++ b/Completion/Unix/Command/_perl @@ -24,7 +24,7 @@ _perl () { "-P[run script through C preprocessor before compilation]" \ "-s[enable some switch parsing for switches after script name]" \ "-S[look for the script using PATH environment variable]" \ - "-T[turn on tainting checks]" \ + "-T[turn on tainted checks]" \ "-u[dump core after parsing script]" \ "-U[allow unsafe operations]" \ "-v[print version number, patchlevel plus VERY IMPORTANT perl info]" \ |
