Browse Source

Minor update in ant help. description for -nouserlib and -noclasspath were on one line.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277331 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 20 years ago
parent
commit
ff04e875ee
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/Main.java

+ 2
- 2
src/main/org/apache/tools/ant/Main.java View File

@@ -838,8 +838,8 @@ public class Main implements AntMain {
msg.append(" -nice number A niceness value for the main thread:" + lSep
+ " 1 (lowest) to 10 (highest); 5 is the default"
+ lSep);
msg.append(" -nouserlib Run ant without using the jar files from ${user.home}/"
+ ".ant/lib");
msg.append(" -nouserlib Run ant without using the jar files from" + lSep
+ " ${user.home}/.ant/lib" + lSep);
msg.append(" -noclasspath Run ant without using CLASSPATH");
System.out.println(msg.toString());
}


Loading…
Cancel
Save