Skip to content

Commit 91c78cc

Browse files
authored
Merge pull request #44 from salesforcecli/jshackell-help-fix
fix: update help message to make the CLI Command Ref work
2 parents d98f180 + a430cd2 commit 91c78cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

messages/display.js

-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ module.exports = {
77
examples: [
88
`Display release notes for the currently installed CLI version:
99
<%= config.bin %> <%= command.id %>
10-
1110
Display release notes for CLI version 7.120.0:
1211
<%= config.bin %> <%= command.id %> --version 7.120.0
13-
1412
Display release notes for the CLI version that corresponds to a tag (%s):
1513
<%= config.bin %> <%= command.id %> --version latest
1614
`,

0 commit comments

Comments
 (0)