diff --git a/docs/index.html b/docs/index.html index 8743bc857..d493f4a53 100644 --- a/docs/index.html +++ b/docs/index.html @@ -180,7 +180,7 @@ This can be done with the -D<property>=<value> option, where <property> is the name of the property and <value> the value. This can also be used (and is the only way since Java can not access them) to have access to your environment variables, just pass -DMYVAR=%MYVAR% (Windows) or --DMYVAR=$MYVAR (Unix) do Ant, you can then access these variables inside your build-file +-DMYVAR=$MYVAR (Unix) to Ant, you can then access these variables inside your build-file as ${MYVAR}.
Two more options are -quiet which instructs Ant to print less information on the console when running. The option -verbose on the other