Skip to content

Commit

Permalink
fix: add prompt to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored May 20, 2022
1 parent 348ec01 commit 981c3d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions messages/display.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ module.exports = {
},
examples: [
`Display release notes for the currently installed CLI version:
<%= config.bin %> <%= command.id %>
$ <%= config.bin %> <%= command.id %>
Display release notes for CLI version 7.120.0:
<%= config.bin %> <%= command.id %> --version 7.120.0
$ <%= config.bin %> <%= command.id %> --version 7.120.0
Display release notes for the CLI version that corresponds to a tag (%s):
<%= config.bin %> <%= command.id %> --version latest
$ <%= config.bin %> <%= command.id %> --version latest
`,
],
footer: `---
Expand Down

0 comments on commit 981c3d3

Please sign in to comment.