about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_ant7
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 46854e654..c782395f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-08  Doug Kearns  <djkea2@gus.gscit.monash.edu.au>
+
+	* unposted: Completion/Unix/Command/_ant: add missing options specific
+	to the launch script
+
 2005-06-08  Oliver Kiddle  <opk@zsh.org>
 
 	* 21315: Completion/AIX/Command/_floppy,
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]' \