|
@@ -838,8 +838,8 @@ public class Main implements AntMain { |
|
|
msg.append(" -nice number A niceness value for the main thread:" + lSep |
|
|
msg.append(" -nice number A niceness value for the main thread:" + lSep |
|
|
+ " 1 (lowest) to 10 (highest); 5 is the default" |
|
|
+ " 1 (lowest) to 10 (highest); 5 is the default" |
|
|
+ lSep); |
|
|
+ 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"); |
|
|
msg.append(" -noclasspath Run ant without using CLASSPATH"); |
|
|
System.out.println(msg.toString()); |
|
|
System.out.println(msg.toString()); |
|
|
} |
|
|
} |
|
|