From e5d53ff1e6a008c9c8f7f25d07d257f7a219068d Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Sun, 24 Sep 2000 08:52:33 +0000 Subject: [PATCH] Fix minor typo Submitted by: Nico Seessle git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268029 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 d5ff947d3..f895cca6e 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 access these variables inside your build-file +-DMYVAR=$MYVAR (Unix) do 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