about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ant
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_ant')
-rw-r--r--Completion/Unix/Command/_ant7
1 files changed, 5 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_ant b/Completion/Unix/Command/_ant
index 19860f55f..2c0e252d6 100644
--- a/Completion/Unix/Command/_ant
+++ b/Completion/Unix/Command/_ant
@@ -1,6 +1,6 @@
 #compdef ant -value-,ANT_ARGS,-default-
 
-# Apache Ant version 1.6.4
+# Apache Ant version 1.6.5
 
 local curcontext="$curcontext" state line expl ret=1
 typeset -A opt_args
@@ -14,7 +14,10 @@ if [[ $service = *ANT_ARGS* ]]; then
 fi
 
 _arguments -C \
-  '(- *)'{-h,-help}'[display help information]' \
+  '(- *)'{-h,-help,--h,--help}'[display help information]' \
+  '--noconfig[suppress sourcing of configuration files]' \
+  '--usejikes[enable use of jikes by default, unless set explicitly in configuration files]' \
+  '--execdebug[print ant exec line generated by this launch script]' \
   '(-p -projecthelp *)'{-p,-projecthelp}'[print project help information]' \
   '(- *)-version[display version information]' \
   '(- *)-diagnostics[print information helpful to diagnosis or report problems]' \