diff --git a/contrib/ant b/contrib/ant index de3e157d..810b7dae 100644 --- a/contrib/ant +++ b/contrib/ant @@ -33,12 +33,11 @@ _ant() esac if [[ "$cur" == -* ]]; then - COMPREPLY=( $( compgen -W '-help -h -projecthelp -p -version \ - -diagnostics -quiet -q -verbose -v -debug -d -emacs -e \ - -lib -logfile -l -logger -listener -noinput -buildfile \ - -file -f -D -keep-going -k -propertyfile -inputhandler \ - -find -s -nice -nouserlib -noclasspath -autoproxy \ - -main' -- "$cur" ) ) + COMPREPLY=( $( compgen -W '-help -projecthelp -version -diagnostics \ + -quiet -verbose -debug -emacs -lib -logfile -logger -listener \ + -noinput -buildfile -D -keep-going -propertyfile -inputhandler \ + -find -s -nice -nouserlib -noclasspath -autoproxy -main' \ + -- "$cur" ) ) else # available targets completion # find which buildfile to use