Skip to content

Commit a430cd2

Browse files
put back "<%= config.bin %> <%= command.id %>"
1 parent 268a7b5 commit a430cd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messages/display.js

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

0 commit comments

Comments
 (0)