Browse Source

properties -> system properties (as suggested by Knut Wannheden).

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272569 13f79535-47bb-0310-9956-ffa450edef68
master
Diane Holt 23 years ago
parent
commit
fb11c8e5fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/running.html

+ 1
- 1
docs/manual/running.html View File

@@ -127,7 +127,7 @@ set):</p>
to invoke a different JVM than <code>JAVA_HOME/bin/java(.exe)</code>.</li>

<li><code>ANT_OPTS</code> - command-line arguments that should be
passed to the JVM. For example, you can define properties or set
passed to the JVM. For example, you can define system properties or set
the maximum Java heap size here.</li>

<li><code>ANT_ARGS</code> - Ant command-line arguments. For example,


Loading…
Cancel
Save