Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2007-08-03 18:08:48 +0000
committerThomas Watson2007-08-03 18:08:48 +0000
commit8d46ff4dc038618579efcf755acb149dec7dc8ba (patch)
tree2b3a59ab7d837094fbe2df544ba01b41714c9869 /bundles/org.eclipse.osgi/console
parenta1469075a42dba682439c8d32ce25d25e04549c0 (diff)
downloadrt.equinox.framework-8d46ff4dc038618579efcf755acb149dec7dc8ba.tar.gz
rt.equinox.framework-8d46ff4dc038618579efcf755acb149dec7dc8ba.tar.xz
rt.equinox.framework-8d46ff4dc038618579efcf755acb149dec7dc8ba.zip
Bug 181881 Unfortunate Console CommandProvider Help Formattingv20070803
Diffstat (limited to 'bundles/org.eclipse.osgi/console')
-rw-r--r--bundles/org.eclipse.osgi/console/src/org/eclipse/osgi/framework/internal/core/ConsoleMessages.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.osgi/console/src/org/eclipse/osgi/framework/internal/core/ConsoleMessages.properties b/bundles/org.eclipse.osgi/console/src/org/eclipse/osgi/framework/internal/core/ConsoleMessages.properties
index 7a3865e43..e69f94512 100644
--- a/bundles/org.eclipse.osgi/console/src/org/eclipse/osgi/framework/internal/core/ConsoleMessages.properties
+++ b/bundles/org.eclipse.osgi/console/src/org/eclipse/osgi/framework/internal/core/ConsoleMessages.properties
@@ -59,13 +59,13 @@ CONSOLE_HELP_EXTRAS_HEADER=Extras
CONSOLE_HELP_EXEC_COMMAND_DESCRIPTION=execute a command in a separate process and wait
CONSOLE_HELP_FORK_COMMAND_DESCRIPTION=execute a command in a separate process
CONSOLE_HELP_KEYVALUE_ARGUMENT_DESCRIPTION=<key>=<value>
-CONSOLE_HELP_FILTER_ARGUMENT_DESCRIPTION={filter}
-CONSOLE_HELP_PACKAGES_ARGUMENT_DESCRIPTION={<pkgname>|<id>|<location>}
+CONSOLE_HELP_FILTER_ARGUMENT_DESCRIPTION=[filter]
+CONSOLE_HELP_PACKAGES_ARGUMENT_DESCRIPTION=[<pkgname>|<id>|<location>]
CONSOLE_HELP_IDLOCATION_ARGUMENT_DESCRIPTION=(<id>|<location>)
-CONSOLE_HELP_OPTIONAL_IDLOCATION_ARGUMENT_DESCRIPTION={(<id>|<location>)}
+CONSOLE_HELP_OPTIONAL_IDLOCATION_ARGUMENT_DESCRIPTION=[<id>|<location>]
CONSOLE_HELP_COMMAND_ARGUMENT_DESCRIPTION=<command>
CONSOLE_HELP_GETPROP_COMMAND_DESCRIPTION=displays the system properties with the given name, or all of them.
-CONSOLE_HELP_GETPROP_ARGUMENT_DESCRIPTION={ name }
+CONSOLE_HELP_GETPROP_ARGUMENT_DESCRIPTION=[ name ]
CONSOLE_NO_BUNDLE_SPECIFIED_ERROR=No bundle(s) specified!
CONSOLE_NOTHING_TO_INSTALL_ERROR=Nothing to install!
CONSOLE_NO_INSTALLED_BUNDLES_ERROR=No installed bundles.

Back to the top