view launcher/src/main/resources/com/redhat/thermostat/launcher/internal/strings.properties @ 1010:6f00af7150b2

Better error message when a command is not available Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005904.html
author Omair Majid <omajid@redhat.com>
date Wed, 27 Feb 2013 12:17:57 -0500
parents 77cd25fad5bf
children 412c3e8caf4b
line wrap: on
line source

CANNOT_GET_COMMAND_INFO = no information about commands
UNKNOWN_COMMAND = unknown command ''{0}''\n
COMMAND_DESCRIBED_BUT_NOT_AVAILALBE = ERROR: Information about the command {0} is provided, but the command itself is not available. Was the Command object registered as an OSGi service? Was the bundle providing the command activated?

COMMAND_HELP_COMMAND_LIST_HEADER = list of commands:\n\n

OPTION_DB_URL_DESC = connect to the given URL
OPTION_USERNAME_DESC = the username to use for authentication
OPTION_PASSWORD_DESC = the password to use for authentication
OPTION_LOG_LEVEL_DESC = sets the log level for this invocation. Possible values\
 for <level> in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE,\
 FINER, FINEST and OFF

WITHIN = within
OUTSIDE = outside
COMMAND_USED_IN_WRONG_CONTEXT = The {0} command is not supported from {1} the thermostat shell.