diff --git a/messages/display.js b/messages/display.js index 50a31c02..3b40686b 100644 --- a/messages/display.js +++ b/messages/display.js @@ -7,10 +7,8 @@ module.exports = { examples: [ `Display release notes for the currently installed CLI version: <%= config.bin %> <%= command.id %> - Display release notes for CLI 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 `,