summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Command/_limit
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_limit')
-rw-r--r--Completion/Zsh/Command/_limit2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_limit b/Completion/Zsh/Command/_limit
index ba384f980..852c55c1c 100644
--- a/Completion/Zsh/Command/_limit
+++ b/Completion/Zsh/Command/_limit
@@ -5,5 +5,5 @@ if ! ((CURRENT % 2)); then
elif [[ $PREFIX = u* ]]; then
compadd unlimited
else
- _message "number and scaling factor"
+ _message -e values "number and scaling factor"
fi