summaryrefslogtreecommitdiffstats
path: root/Completion/Zsh/Command/_exec
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_exec')
-rw-r--r--Completion/Zsh/Command/_exec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_exec b/Completion/Zsh/Command/_exec
index 2498b57c0..76f11b69d 100644
--- a/Completion/Zsh/Command/_exec
+++ b/Completion/Zsh/Command/_exec
@@ -1,6 +1,6 @@
#compdef exec
-_arguments -s -S -A '-*' : \
+_arguments -s -S -S -A '-*' : \
'-a+[set argv\[0\] to specified string]:argv[0] string' \
'-c[clear environment]' \
'-l[simulate login shell (prepend - to argv\[0\])]' \