View | Details | Raw Unified | Return to bug 75333 | Differences between
and this patch

Collapse All | Expand All

(-)formatter/org/eclipse/jdt/core/formatter/CodeFormatterApplication.java (-10 / +2 lines)
Lines 162-177 Link Here
162
162
163
	private boolean verbose = false;
163
	private boolean verbose = false;
164
164
165
	/*
165
	/** 
166
	 * The output will look like this:
166
	 * Display the command line usage message.
167
	 * 
168
	 * "Usage: eclipse -application org.eclipse.jdt.core.JavaCodeFormatter [
169
	 * OPTIONS ] <files> <files> Java source files and/or directories to format.
170
	 * Only files ending with .java will be formatted in the given directory.
171
	 * OPTIONS: -config <file> Use the formatting style from the specified
172
	 * properties file. Refer to the help documentation to find out how to
173
	 * generate this file.. -help Display this message. -quiet Only print error
174
	 * messages. -verbose Be verbose about the formatting job.
175
	 */
167
	 */
176
	private void displayHelp() {
168
	private void displayHelp() {
177
		System.out.println(Messages.bind(Messages.CommandLineUsage));
169
		System.out.println(Messages.bind(Messages.CommandLineUsage));

Return to bug 75333