From 361b04208c1b2e572f68ce8bef645d4d0370e01f Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Tue, 27 Sep 2022 11:21:54 +0300 Subject: [PATCH] Update cli/index.ts Co-authored-by: Adam Altman --- cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ), );