Skip to content

Commit ede147d

Browse files
committed
docs: message update
1 parent a100c34 commit ede147d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/force.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ export class ForceCommand extends SfCommand<ForceCommandResult> {
7676
public static readonly examples = [];
7777
public static state = 'deprecated';
7878
public static readonly deprecationOptions = {
79-
message:
80-
'The Salesforce CLI does ship an API version. You can use "org display" to see the API version of any org.',
79+
message: 'Use "org display" to see the API version of any org.',
8180
};
8281
// eslint-disable-next-line sf-plugin/no-hardcoded-messages-commands
8382
public static readonly summary = 'Display the ASCII art logo for the Salesforce CLI';

0 commit comments

Comments
 (0)