File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Plugins/AWSLambdaPackager Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments