diff --git a/Plugins/AWSLambdaPackager/Plugin.swift b/Plugins/AWSLambdaPackager/Plugin.swift index f6ac2b03..01e47b3d 100644 --- a/Plugins/AWSLambdaPackager/Plugin.swift +++ b/Plugins/AWSLambdaPackager/Plugin.swift @@ -307,7 +307,7 @@ struct AWSLambdaPackager: CommandPlugin { USAGE: swift package --allow-network-connections docker archive [--help] [--verbose] - [--output-directory ] + [--output-path ] [--products ] [--configuration debug | release] [--swift-version ] @@ -317,7 +317,7 @@ struct AWSLambdaPackager: CommandPlugin { OPTIONS: --verbose Produce verbose output for debugging. - --output-directory The path of the binary package. + --output-path The path of the binary package. (default is `.build/plugins/AWSLambdaPackager/outputs/...`) --products The list of executable targets to build. (default is taken from Package.swift)