summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_entr
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_entr')
-rw-r--r--Completion/Unix/Command/_entr2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_entr b/Completion/Unix/Command/_entr
index 438ab179a..ebd66ab72 100644
--- a/Completion/Unix/Command/_entr
+++ b/Completion/Unix/Command/_entr
@@ -11,7 +11,9 @@ _arguments -s -S \
'-p[postpone first execution of the utility]' \
'(-a)-r[reload a persistent child process]' \
'(*)-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