about summary refs log tree commit diff
path: root/Completion/Unix/Command/_entr
diff options
context:
space:
mode:
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 3e2261a18..438ab179a 100644
--- a/Completion/Unix/Command/_entr
+++ b/Completion/Unix/Command/_entr
@@ -11,6 +11,7 @@ _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]' \
+  '-z[exit after the utility completes]' \
   '(-): :->command' \
   '*::arguments:_normal' && ret=0