We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d98f180 + a430cd2 commit 91c78ccCopy full SHA for 91c78cc
messages/display.js
@@ -7,10 +7,8 @@ module.exports = {
7
examples: [
8
`Display release notes for the currently installed CLI version:
9
<%= config.bin %> <%= command.id %>
10
-
11
Display release notes for CLI version 7.120.0:
12
<%= config.bin %> <%= command.id %> --version 7.120.0
13
14
Display release notes for the CLI version that corresponds to a tag (%s):
15
<%= config.bin %> <%= command.id %> --version latest
16
`,
0 commit comments