Browse Source

typo

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

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

@@ -838,7 +838,7 @@ 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 within using the jar files from ${user.home}/"
msg.append(" -nouserlib Run ant without using the jar files from ${user.home}/"
+ ".ant/lib");
System.out.println(msg.toString());
}


Loading…
Cancel
Save