File tree 1 file changed +2
-2
lines changed
Plugins/AWSLambdaPackager
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ struct AWSLambdaPackager: CommandPlugin {
307
307
308
308
USAGE: swift package --allow-network-connections docker archive
309
309
[--help] [--verbose]
310
- [--output-directory <path>]
310
+ [--output-path <path>]
311
311
[--products <list of products>]
312
312
[--configuration debug | release]
313
313
[--swift-version <version>]
@@ -317,7 +317,7 @@ struct AWSLambdaPackager: CommandPlugin {
317
317
318
318
OPTIONS:
319
319
--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.
321
321
(default is `.build/plugins/AWSLambdaPackager/outputs/...`)
322
322
--products <list> The list of executable targets to build.
323
323
(default is taken from Package.swift)
You can’t perform that action at this time.
0 commit comments