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" }