From 9d159e8e8a8eefa7abe4770b9f312826147c5ef2 Mon Sep 17 00:00:00 2001 From: azlam Date: Fri, 11 Aug 2023 11:42:33 +1000 Subject: [PATCH] fix(release): fix incorrect message description --- packages/sfpowerscripts-cli/messages/release.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sfpowerscripts-cli/messages/release.json b/packages/sfpowerscripts-cli/messages/release.json index 83c2df8ab..dfe21fdc9 100644 --- a/packages/sfpowerscripts-cli/messages/release.json +++ b/packages/sfpowerscripts-cli/messages/release.json @@ -14,6 +14,6 @@ "generateChangelogFlagDescription": "Create a release changelog", "allowUnpromotedPackagesFlagDescription": "Allow un-promoted packages to be installed in production", "devhubAliasFlagDescription": "Provide the alias of the devhub previously authenticated, default value is HubOrg", - "directoryFlagDescription": "Relative path to directory to which the release defintion file should be generated, if the directory doesnt exist, it will be created", + "directoryFlagDescription": "Relative path to directory to which the changelog should be generated, if the directory doesnt exist, it will be created", "branchNameFlagDescription": "Repository branch in which the changelog files are located" }