stevel 2002/06/05 23:28:34
Modified: src/main/org/apache/tools/ant Tag: ANT_15_BRANCH Main.java
Log:
docs in code changes; PR 9558
Revision Changes Path
No revision
No revision
1.65.2.2 +5 -2 jakarta-ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
===================================================================
RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/Main.java,v
retrieving revision 1.65.2.1
retrieving revision 1.65.2.2
diff -u -r1.65.2.1 -r1.65.2.2
--- Main.java 7 May 2002 15:11:24 -0000 1.65.2.1
+++ Main.java 6 Jun 2002 06:28:34 -0000 1.65.2.2
@@ -730,14 +730,17 @@
msg.append(" -help print this message" + lSep);
msg.append(" -projecthelp print project help information"
+ lSep);
msg.append(" -version print the version information
and exit" + lSep);
- msg.append(" -quiet be extra quiet" + lSep);
- msg.append(" -verbose be extra verbose" + lSep);
+ msg.append(" -quiet, -q be extra quiet" + lSep);
+ msg.append(" -verbose, -v be extra verbose" + lSep);
msg.append(" -debug print debugging information" +
lSep);
msg.append(" -emacs produce logging information
without adornments" + lSep);
msg.append(" -logfile <file> use given file for log" + lSep);
+ msg.append(" -l <file> ''" + lSep);
msg.append(" -logger <classname> the class which is to perform
logging" + lSep);
msg.append(" -listener <classname> add an instance of class as a
project listener" + lSep);
msg.append(" -buildfile <file> use given buildfile" + lSep);
+ msg.append(" -file <file> ''" + lSep);
+ msg.append(" -f <file> ''" + lSep);
msg.append(" -D<property>=<value> use value for given property" +
lSep);
msg.append(" -propertyfile <name> load all properties from file
with -D" + lSep);
msg.append(" properties taking precedence" +
lSep);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>