diff --git a/messages/display.json b/messages/display.json index ab8ae94a..2f7d0867 100644 --- a/messages/display.json +++ b/messages/display.json @@ -1,4 +1,4 @@ { "description": "display current org’s limits\nWhen you execute this command in a project, it provides limit information for your default scratch org.", - "examples": ["sfdx force:limits:api:display", "sfdx force:limits:api:display -u me@my.org"] + "examples": ["$ sfdx force:limits:api:display", "$ sfdx force:limits:api:display -u me@my.org"] } diff --git a/messages/recordcounts.json b/messages/recordcounts.json index afb364ed..de98afaf 100644 --- a/messages/recordcounts.json +++ b/messages/recordcounts.json @@ -1,9 +1,9 @@ { "commandDescription": "display record counts for the specified standard and custom objects\nUse this command to get an approximate count of the records in standard or custom objects in your org. These record counts are the same as the counts listed in the Storage Usage page in Setup. The record counts are approximate because they're calculated asynchronously and your org's storage usage isn't updated immediately. To display all available record counts, run the command without the '--sobjecttype' parameter.", "examples": [ - "sfdx force:limits:recordcounts:display", - "sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity", - "sfdx force:limits:recordcounts:display -s Account,Contact -u me@my.org" + "$ sfdx force:limits:recordcounts:display", + "$ sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity", + "$ sfdx force:limits:recordcounts:display -s Account,Contact -u me@my.org" ], "sobjecttypeFlagDescription": "comma-separated list of API names of standard or custom objects for which to display record counts" }