blob: 99e0bf7f40da685a2a3dd297290dd53ed4c7d429 [file] [log] [blame]
###############################################################################
# Copyright (c) 2019, 2020 Kichwa Coders Canada Inc. and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
###############################################################################
CommandLineUsage=Usage: eclipse -data <workspace> -application org.eclipse.jdt.core.JavaCodeFormatter [ OPTIONS ] -config <configFile> <files>\n\
\n\
\ -data <workspace> The formatter requires a workspace to run. The workspace\n\
\ folder does not have to exist and can be removed after the\n\
\ formatter is complete.\n\
\ <files> Java source files and/or directories to format.\n\
\ Only files ending with .java will be formatted in the given directory.\n\
\ -config <configFile> Use the formatting style from the specified properties file.\n\
\ Refer to the help documentation to find out how to generate this file.\n\
\n\
\ OPTIONS:\n\
\n\
\ -help Display this message.\n\
\ -quiet Only print error messages.\n\
\ -verbose Be verbose about the formatting job.
WorkspaceRequired=A workspace is required for use of the command line formatter.\n