From ede147dff9aaf4eb900efa165c5f6d4520ba413b Mon Sep 17 00:00:00 2001 From: mshanemc Date: Tue, 25 Jun 2024 08:40:10 -0500 Subject: [PATCH] docs: message update --- src/commands/force.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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';