You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2004/10/05 10:09:31 UTC

cvs commit: ant/src/main/org/apache/tools/ant Main.java

peterreilly    2004/10/05 01:09:31

  Modified:    src/main/org/apache/tools/ant Main.java
  Log:
  typo
  
  Revision  Changes    Path
  1.111     +1 -1      ant/src/main/org/apache/tools/ant/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Main.java,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- Main.java	24 Sep 2004 08:17:34 -0000	1.110
  +++ Main.java	5 Oct 2004 08:09:31 -0000	1.111
  @@ -838,7 +838,7 @@
           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());
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org