Skip to content

Commit 268a7b5

Browse files
fix: update help message to make the CLI Command Ref work
1 parent bd5096b commit 268a7b5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

messages/display.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ module.exports = {
66
},
77
examples: [
88
`Display release notes for the currently installed CLI version:
9-
<%= config.bin %> <%= command.id %>
10-
9+
sfdx info:releasenotes:display
1110
Display release notes for CLI version 7.120.0:
12-
<%= config.bin %> <%= command.id %> --version 7.120.0
13-
11+
sfdx info:releasenotes:display --version 7.120.0
1412
Display release notes for the CLI version that corresponds to a tag (%s):
15-
<%= config.bin %> <%= command.id %> --version latest
13+
sfdx info:releasenotes:display --version latest
1614
`,
1715
],
1816
footer: `---

0 commit comments

Comments
 (0)