From fc431c49e40082112c4dd9b51283627432fe77a0 Mon Sep 17 00:00:00 2001 From: psmf22 <117990501+psmf22@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:38:19 +0100 Subject: [PATCH] chore: update toolmessages --- .../com/fortify/cli/tool/i18n/ToolMessages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 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 5f49152b37..f7d994323a 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 @@ -11,8 +11,8 @@ fcli.tool.usage.description = The commands in this module allow for installing o #fcli tool config fcli.tool.config.usage.header = Manage tool related configuration fcli.tool.config.usage.description = The commands in this module allow for managing tool related configuration like updating tool definitions. -fcli.tool.config.update.header = Update tool definitions (available versions) -fcli.tool.config.update.description = This command downloads an updated version of the tool definition files fcli uses to display currently available versions of tools +fcli.tool.config.update.usage.header = Update tool definitions (available versions) +fcli.tool.config.update.usage.description = This command downloads an updated version of the tool definition files fcli uses to display currently available versions of tools fcli.tool.config.update.url = Custom URL from which to download the tool definitions bundle fcli.tool.config.update.file = Local or UNC path from which to load the tool definitions bundle