From 67eceb37c112af708ea06bf95fbd158770250078 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 26 Sep 2000 07:18:51 +0000 Subject: [PATCH] Third try to fix a typo. Submitted by: Nico Seessle git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268037 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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