summaryrefslogtreecommitdiffstats
path: root/Completion/Zsh/Command/_which
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_which')
-rw-r--r--Completion/Zsh/Command/_which2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_which b/Completion/Zsh/Command/_which
index 8e528f552..7eb5129ab 100644
--- a/Completion/Zsh/Command/_which
+++ b/Completion/Zsh/Command/_which
@@ -11,7 +11,7 @@ cargs=( \
'*:commands:->command' )
farg='-f[output contents of functions]'
aarg='-a[print all occurrences in path]'
-xarg='-x+[specify spaces to use for indentation in function expansion]:spaces'
+xarg='-x+[specify spaces to use for indentation in function expansion]: :_numbers -u spaces -d 8'
case ${service} in
whence)