From 0122d14f7e468400ff075c6185c67960d5b204cd Mon Sep 17 00:00:00 2001 From: psmf22 <117990501+psmf22@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:34:42 +0100 Subject: [PATCH] chore: update toolmessages --- .../cli/tool/i18n/ToolMessages.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fcli-core/fcli-tool/src/main/resources/com/fortify/cli/tool/i18n/ToolMessages.properties b/fcli-core/fcli-tool/src/main/resources/com/fortify/cli/tool/i18n/ToolMessages.properties index 1646430ab2..5f49152b37 100644 --- a/fcli-core/fcli-tool/src/main/resources/com/fortify/cli/tool/i18n/ToolMessages.properties +++ b/fcli-core/fcli-tool/src/main/resources/com/fortify/cli/tool/i18n/ToolMessages.properties @@ -17,7 +17,7 @@ fcli.tool.config.update.url = Custom URL from which to download the tool definit fcli.tool.config.update.file = Local or UNC path from which to load the tool definitions bundle # Shared options -fcli.tool.install.type = The artifact type as specified in the %toolname%.yaml +fcli.tool.install.type = The artifact type as specified in the %%toolname%%.yaml fcli.tool.install.version = Tool version to install; see output of list command to view available versions. If not specified, the default version as shown in the output of the list command will be installed. fcli.tool.install.install-dir = Tool installation directory. fcli.tool.install.on-digest-mismatch = Action to take if there is a digest mismatch. Allowed values: ${COMPLETION-CANDIDATES}. Default action is to fail. When installing 'latest', you may consider setting this option to 'warn' to avoid failures if fcli hasn't been updated yet with the latest digest. Please consider submitting an issue on the fcli issue tracker if digest check consistently fails. @@ -35,14 +35,14 @@ fcli.tool.bugtracker-utility.uninstall.usage.description = This command removes fcli.tool.bugtracker-utility.uninstall.confirm = Confirm removal of FortifyBugTrackerUtility. # fcli tool debricked -fcli.tool.debricked.usage.header = Manage Debricked CLI installations. (https://github.com/debricked/cli) -fcli.tool.debricked.install.usage.header = Download and install the Debricked CLI. -fcli.tool.debricked.install.confirm.0 = Confirm replacing existing Debricked CLI installation. -fcli.tool.debricked.install.confirm.1 = If a non-empty destination directory exists, the installation will fail unless this option is specified. -fcli.tool.debricked.list.usage.header = List Debricked CLI available and installed versions. If you don't see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions. -fcli.tool.debricked.uninstall.usage.header = Uninstall Debricked CLI. -fcli.tool.debricked.uninstall.usage.description = This command removes a Debricked CLI installation that was previously installed using the 'fcli tool debricked install' command. -fcli.tool.debricked.uninstall.confirm = Confirm removal of Debricked CLI. +fcli.tool.debricked-cli.usage.header = Manage Debricked CLI installations. (https://github.com/debricked/cli) +fcli.tool.debricked-cli.install.usage.header = Download and install the Debricked CLI. +fcli.tool.debricked-cli.install.confirm.0 = Confirm replacing existing Debricked CLI installation. +fcli.tool.debricked-cli.install.confirm.1 = If a non-empty destination directory exists, the installation will fail unless this option is specified. +fcli.tool.debricked-cli.list.usage.header = List Debricked CLI available and installed versions. If you don't see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions. +fcli.tool.debricked-cli.uninstall.usage.header = Uninstall Debricked CLI. +fcli.tool.debricked-cli.uninstall.usage.description = This command removes a Debricked CLI installation that was previously installed using the 'fcli tool debricked install' command. +fcli.tool.debricked-cli.uninstall.confirm = Confirm removal of Debricked CLI. # fcli tool fcli fcli.tool.fcli.usage.header = Manage fcli installations. (https://github.com/fortify/fcli)