Update cli/index.ts

Co-authored-by: Adam Altman <adam@redoc.ly>
This commit is contained in:
Alex Varchuk 2022-09-27 11:21:54 +03:00 committed by GitHub
parent fb4a5b3cc3
commit 361b04208c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <api>` instead.',
'This package is deprecated.\n\nUse `@redocly/cli build-docs <api>` instead.',
boxenOptions,
),
);