Skip to content

Commit 089119a

Browse files
authored
Merge pull request #627 from salesforcecli/js/package-json
fix: update package.json for correct help and command ref
2 parents ecf2835 + b69579b commit 089119a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
],
8282
"topics": {
8383
"org": {
84-
"description": "Manage your sandbox and scratch orgs.",
84+
"description": "Commands to create and manage orgs and scratch org users.",
8585
"subtopics": {
8686
"create": {
8787
"description": "Create scratch orgs, sandboxes, org shapes, and org snapshots."
@@ -90,7 +90,7 @@
9090
"description": "Resume an org creation that was started asynchronously, timed out, or was interrupted."
9191
},
9292
"list": {
93-
"description": "list metadata types that are relevant to the org"
93+
"description": "List metadata types that are relevant to the org."
9494
},
9595
"delete": {
9696
"description": "Delete scratch orgs, sandboxes, org shapes, and org snapshots."
@@ -236,4 +236,4 @@
236236
"output": []
237237
}
238238
}
239-
}
239+
}

0 commit comments

Comments
 (0)