Skip to content

Commit

Permalink
fix: message naming consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 26, 2023
1 parent ebf03a0 commit 97dde95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions messages/describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This command displays metadata for Salesforce objects by default. Use the --use-

<%= config.bin %> <%= command.id %> --sobject Account

- Display the metadata of the "MyObject__c" custom object in the org with alias "my-scratch-org":
- Display the metadata of the "MyObject\_\_c" custom object in the org with alias "my-scratch-org":

<%= config.bin %> <%= command.id %> --sobject MyObject__c --target-org my-scratch-org
<%= config.bin %> <%= command.id %> --sobject MyObject\_\_c --target-org my-scratch-org

- Display the metadata of the ApexCodeCoverage Tooling API object in your default org:

Expand All @@ -26,6 +26,6 @@ This command displays metadata for Salesforce objects by default. Use the --use-

API name of the object to describe.

# flags.tooling-api.summary
# flags.use-tooling-api.summary

Use Tooling API to display metadata for Tooling API objects.

0 comments on commit 97dde95

Please sign in to comment.