From 89b4753d58ba7d5d38d01e1eaed12c59506e8d14 Mon Sep 17 00:00:00 2001 From: Marian Zeis <13335743+marianfoo@users.noreply.github.com> Date: Thu, 4 May 2023 10:17:53 +0000 Subject: [PATCH] [INTERNAL] use correct option to show in docs --- lib/cli/commands/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/commands/build.js b/lib/cli/commands/build.js index e7982a41..abf619c8 100644 --- a/lib/cli/commands/build.js +++ b/lib/cli/commands/build.js @@ -21,7 +21,7 @@ build.builder = function(cli) { }) .command("self-contained", "Build project and create self-contained bundle. " + - "Recommended to be used in conjunction with --include-dependencies", { + "Recommended to be used in conjunction with --include-all-dependencies", { handler: handleBuild, builder: noop, middlewares: [baseMiddleware]