diff --git a/cli/index.ts b/cli/index.ts index fc5b8b34..8f9718c7 100644 --- a/cli/index.ts +++ b/cli/index.ts @@ -482,7 +482,7 @@ function getObjectOrJSON(options) { function notifyDeprecation(res: YargsParser.Arguments): YargsParser.Arguments { console.log( boxen( - 'This package is deprecated now.\n\nPlease use `@redocly/cli build-docs ` instead.', + 'This package is deprecated.\n\nUse `@redocly/cli build-docs ` instead.', boxenOptions, ), );