diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-02-17 10:20:24 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-02-17 10:20:24 +0000 |
commit | 070db3c6789f299ac6603cf8363ff92970b64631 (patch) | |
tree | bf1ff0d668f0c1754ff092c2bc373cfb687877c0 /Completion/Unix/Command/_ant | |
parent | 5164c6a3c92bf4e696709947ae991cdf534d20a0 (diff) | |
download | zsh-070db3c6789f299ac6603cf8363ff92970b64631.tar.gz zsh-070db3c6789f299ac6603cf8363ff92970b64631.tar.xz zsh-070db3c6789f299ac6603cf8363ff92970b64631.zip |
18246: minor updates
Diffstat (limited to 'Completion/Unix/Command/_ant')
-rw-r--r-- | Completion/Unix/Command/_ant | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ant b/Completion/Unix/Command/_ant index d3d68eaed..ff973b37f 100644 --- a/Completion/Unix/Command/_ant +++ b/Completion/Unix/Command/_ant @@ -15,7 +15,7 @@ fi _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]' \ |