diff --git a/docs/manual/running.html b/docs/manual/running.html index 5317a0ec7..1f3bea437 100644 --- a/docs/manual/running.html +++ b/docs/manual/running.html @@ -74,7 +74,9 @@ used.
of the build file's targets. Targets that include adescription attribute are listed as "Main targets",
those without a description are listed as
-"Subtargets", then the "Default" target is listed.
+"Other targets", then the "Default" target is listed
+("Other targets" are only displayed if there are no main
+targets, or if Ant is invoked in -verbose or -debug mode).
ant [options] [target [target2 [target3] ...]]
@@ -108,7 +110,7 @@ Options:
-nice number A niceness value for the main thread:
1 (lowest) to 10 (highest); 5 is the default
-nouserlib Run ant without using the jar files from ${user.home}/.ant/lib
- -noclasspath Run ant without using CLASSPATH
+ -noclasspath Run ant without using CLASSPATH
For more information about -logger and
-listener see