Skip to content

Commit

Permalink
[INTERNAL] use correct option to show in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo authored and matz3 committed May 4, 2023
1 parent ec6a88c commit 89b4753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 89b4753

Please sign in to comment.