about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ant
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-02-17 15:59:58 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-02-17 15:59:58 +0000
commit113b69f1f3f6a60ef0121b6371da341b857cc9e3 (patch)
treecab0ad47a74a4a31f05718ebef3273ddc0048490 /Completion/Unix/Command/_ant
parentec608e4fdf0067934003d94e489ca00763f3978b (diff)
downloadzsh-113b69f1f3f6a60ef0121b6371da341b857cc9e3.tar.gz
zsh-113b69f1f3f6a60ef0121b6371da341b857cc9e3.tar.xz
zsh-113b69f1f3f6a60ef0121b6371da341b857cc9e3.zip
Doug Kearns: 18246: minor update to _elinks and trivial fixes for _ant/_java
Diffstat (limited to 'Completion/Unix/Command/_ant')
-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 5edc6dd63..473fdf33c 100644
--- a/Completion/Unix/Command/_ant
+++ b/Completion/Unix/Command/_ant
@@ -6,7 +6,7 @@ local target='*:target:->target'
 
 _arguments -C \
   '-help[display usage information]' \
-  '-projecthelp[print project hjelp information]' \
+  '-projecthelp[print project help information]' \
   '-version[display version information]' \
   '-diagnostics[display info useful to problem diagnosis]' \
   '(-q -quiet)'{-q,-quiet}'[be extra quiet]' \