summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_entr
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2026-06-19 01:37:33 +0200
committerOliver Kiddle <opk@zsh.org>2026-06-19 01:37:33 +0200
commita4e9eb4117613307405a71678af24e044c265189 (patch)
treeca1d71317d3319b8753831df61c1941aecd2040a /Completion/Unix/Command/_entr
parent54801: fix two more warnings from 54710 (diff)
downloadzsh-a4e9eb4117613307405a71678af24e044c265189.tar
zsh-a4e9eb4117613307405a71678af24e044c265189.tar.gz
zsh-a4e9eb4117613307405a71678af24e044c265189.tar.bz2
zsh-a4e9eb4117613307405a71678af24e044c265189.tar.lz
zsh-a4e9eb4117613307405a71678af24e044c265189.tar.xz
zsh-a4e9eb4117613307405a71678af24e044c265189.tar.zst
zsh-a4e9eb4117613307405a71678af24e044c265189.zip
54800, 54807: completion options update
Diffstat (limited to 'Completion/Unix/Command/_entr')
-rw-r--r--Completion/Unix/Command/_entr1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_entr b/Completion/Unix/Command/_entr
index 4fb984af2..ebd66ab72 100644
--- a/Completion/Unix/Command/_entr
+++ b/Completion/Unix/Command/_entr
@@ -13,6 +13,7 @@ _arguments -s -S \
'(*)-s[evaluate the first argument using interpreter specified by $SHELL]' \
'*-x[format custom exit status messages using a persistent awk(1) process]' \
'-z[exit after the utility completes]' \
+ '(- *)-h[display usage information]' \
'(-): :->command' \
'*::arguments:_normal' && ret=0