summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2026-06-29 21:50:30 +0200
committerdana <dana@dana.is>2026-06-30 19:12:55 -0500
commitcab4efefdf6cfb1425c1f752bce58cdc3b24d406 (patch)
tree21eb321402495932ef3157cc2f4d307754a5566a /Completion/Unix/Command
parent54848: set $module_path in child zsh (diff)
downloadzsh-cab4efefdf6cfb1425c1f752bce58cdc3b24d406.tar
zsh-cab4efefdf6cfb1425c1f752bce58cdc3b24d406.tar.gz
zsh-cab4efefdf6cfb1425c1f752bce58cdc3b24d406.tar.bz2
zsh-cab4efefdf6cfb1425c1f752bce58cdc3b24d406.tar.lz
zsh-cab4efefdf6cfb1425c1f752bce58cdc3b24d406.tar.xz
zsh-cab4efefdf6cfb1425c1f752bce58cdc3b24d406.tar.zst
zsh-cab4efefdf6cfb1425c1f752bce58cdc3b24d406.zip
54868: _perl: fix -c option description
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_perl b/Completion/Unix/Command/_perl
index 1631560ce..ad0c7c553 100644
--- a/Completion/Unix/Command/_perl
+++ b/Completion/Unix/Command/_perl
@@ -7,7 +7,7 @@ _perl () {
'-0-[input record separator ($/)]:: :_perl_input_seps' \
'-a[autosplit mode with -n or -p (splits $_ into @F)]' \
'-C-[control some unicode features]: :_perl_unicode_flags' \
- "-c[check syntax only (runs BEGIN and END blocks)]" \
+ "-c[check syntax only]" \
'( -dt -d: -dt:)-d[run scripts under debugger]' \
'(-d -d: -dt:)-dt[run scripts under debugger (debugged code uses threads)]' \
'(-d -dt -dt:)-d\:-[run under control of a debugging/tracing module]:debugging/tracing module:_perl_modules --strip-prefix --perl-hierarchy=Devel' \