about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorChristoffer Aasted <dezzadk@gmail.com>2017-01-07 22:32:53 +0100
committerOliver Kiddle <opk@zsh.org>2017-03-04 09:31:31 +0100
commitb8b5f18f3fcfe64e4b7596018d31410042f379f1 (patch)
treee31b2015852cc8d7fc109d7ba488c2db5e1eb01e /Completion
parent76f2539e207b97fba86a2c9407e874c0d45862dc (diff)
downloadzsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.tar.gz
zsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.tar.xz
zsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.zip
unposted (via github): complete -Dproperty=/path_complete for ant
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_ant2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ant b/Completion/Unix/Command/_ant
index 19c252a4e..080ce6857 100644
--- a/Completion/Unix/Command/_ant
+++ b/Completion/Unix/Command/_ant
@@ -51,7 +51,7 @@ _arguments -C \
   '*-listener[add an instance of specified class as a project listener]:class:->class' \
   '-noinput[do not allow interactive input]' \
   '(-f -file -buildfile -s -find)'{-f,-file,-buildfile}'[use specified build file]:build file:_files -g "*.xml(-.)"' \
-  '*-D[specify property with value to use]:property:->property' \
+  '*-D+[specify property with value to use]:property:->property' \
   '(-k -keep-going)'{-keep-going,-k}'[execute all targets that do not depend on failed target(s)]' \
   '-propertyfile[load all properties from specified file with -D properties taking precedence]:property file:_files -g "*.properties(-.)"' \
   '-inputhandler[specify class which will handle input requests]:class:->class' \