Browse Source

Fix minor typo

Submitted by:	Nico Seessle <nico@seessle.de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268029 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 25 years ago
parent
commit
e5d53ff1e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/index.html

+ 1
- 1
docs/index.html View File

@@ -180,7 +180,7 @@ This can be done with the <i>-D&lt;property&gt;=&lt;value&gt;</i>
option, where <i>&lt;property&gt;</i> is the name of the property and <i>&lt;value&gt;</i> option, where <i>&lt;property&gt;</i> is the name of the property and <i>&lt;value&gt;</i>
the value. This can also be used (and is the only way since Java can not access them) 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 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}.</p> as ${MYVAR}.</p>
<p>Two more options are <i>-quiet</i> which instructs Ant to print less <p>Two more options are <i>-quiet</i> which instructs Ant to print less
information on the console when running. The option <i>-verbose</i> on the other information on the console when running. The option <i>-verbose</i> on the other


Loading…
Cancel
Save