Index: formatter/org/eclipse/jdt/core/formatter/CodeFormatterApplication.java =================================================================== RCS file: /home/eclipse/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/CodeFormatterApplication.java,v retrieving revision 1.2 diff -u -r1.2 CodeFormatterApplication.java --- formatter/org/eclipse/jdt/core/formatter/CodeFormatterApplication.java 3 Feb 2006 15:33:23 -0000 1.2 +++ formatter/org/eclipse/jdt/core/formatter/CodeFormatterApplication.java 3 Feb 2006 19:14:57 -0000 @@ -162,16 +162,8 @@ private boolean verbose = false; - /* - * The output will look like this: - * - * "Usage: eclipse -application org.eclipse.jdt.core.JavaCodeFormatter [ - * OPTIONS ] Java source files and/or directories to format. - * Only files ending with .java will be formatted in the given directory. - * OPTIONS: -config Use the formatting style from the specified - * properties file. Refer to the help documentation to find out how to - * generate this file.. -help Display this message. -quiet Only print error - * messages. -verbose Be verbose about the formatting job. + /** + * Display the command line usage message. */ private void displayHelp() { System.out.println(Messages.bind(Messages.CommandLineUsage));