Update cli/index.ts

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

View File

@ -192,7 +192,7 @@ YargsParser.command(
res => {
console.log(`
${boxen(
'This package is deprecated now.\n\nPlease use `@redocly/cli preview-docs <api>` instead.',
'This package is deprecated.\n\nUse `@redocly/cli preview-docs <api>` instead.',
boxenOptions,
)}`);
return res;