diff --git a/src/commands/force.ts b/src/commands/force.ts index 5e08c856..fa089747 100644 --- a/src/commands/force.ts +++ b/src/commands/force.ts @@ -76,8 +76,7 @@ export class ForceCommand extends SfCommand { public static readonly examples = []; public static state = 'deprecated'; public static readonly deprecationOptions = { - message: - 'The Salesforce CLI does ship an API version. You can use "org display" to see the API version of any org.', + message: 'Use "org display" to see the API version of any org.', }; // eslint-disable-next-line sf-plugin/no-hardcoded-messages-commands public static readonly summary = 'Display the ASCII art logo for the Salesforce CLI';