Skip to content

Commit 483a9be

Browse files
committed
fix typos in help message
1 parent b9a8826 commit 483a9be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Plugins/AWSLambdaDeployer/Plugin.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,15 @@ OPTIONS:
292292
--verbose Produce verbose output for debugging.
293293
--archive-path <archive-path>
294294
The path where the archive plugin created the ZIP archive.
295-
Must be aligned with the value passed to archive --output-path.
295+
Must be aligned with the value passed to archive --output-path plugin.
296296
(default: .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager)
297297
--configuration <configuration>
298298
Build for a specific configuration.
299299
Must be aligned with what was used to build and package.
300300
Valid values: [ debug, release ] (default: debug)
301-
--force Overwrites existing SAM deployment descriptor
302-
--nodeploy Generates the JSON deployment descriptor, but do not deploy.
303-
--nolist Do not list endpoints
301+
--force Overwrites existing SAM deployment descriptor.
302+
--nodeploy Generates the YAML deployment descriptor, but do not deploy.
303+
--nolist Do not list endpoints.
304304
--stack-name <stack-name>
305305
The name of the CloudFormation stack when deploying.
306306
(default: the project name)

0 commit comments

Comments
 (0)