Skip to content

Commit

Permalink
docs: message update
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 25, 2024
1 parent a100c34 commit ede147d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/force.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ export class ForceCommand extends SfCommand<ForceCommandResult> {
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';
Expand Down

0 comments on commit ede147d

Please sign in to comment.