From 6e4d92a06567ded303b06878497d80cf78a0bed2 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Mon, 6 Mar 2023 11:29:38 +0200 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 c2e72b09..67da58ac 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.\n\nUse `@redocly/cli build-docs ` instead.', + 'This package is deprecated.\n\nUse `npx @redocly/cli build-docs ` instead.', boxenOptions, ), );