Skip to content

Commit 36171e1

Browse files
authored
Merge branch 'main' into cancel-next-invocation
2 parents b641b13 + 64b4179 commit 36171e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/AWSLambdaPackager/Plugin.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ struct AWSLambdaPackager: CommandPlugin {
307307
308308
USAGE: swift package --allow-network-connections docker archive
309309
[--help] [--verbose]
310-
[--output-directory <path>]
310+
[--output-path <path>]
311311
[--products <list of products>]
312312
[--configuration debug | release]
313313
[--swift-version <version>]
@@ -317,7 +317,7 @@ struct AWSLambdaPackager: CommandPlugin {
317317
318318
OPTIONS:
319319
--verbose Produce verbose output for debugging.
320-
--output-directory <path> The path of the binary package.
320+
--output-path <path> The path of the binary package.
321321
(default is `.build/plugins/AWSLambdaPackager/outputs/...`)
322322
--products <list> The list of executable targets to build.
323323
(default is taken from Package.swift)

0 commit comments

Comments
 (0)