From 0bdcb1e2e479be28ef70fcedbfae73331ee44c97 Mon Sep 17 00:00:00 2001 From: flou Date: Mon, 15 Apr 2019 13:39:37 +0200 Subject: [PATCH] Remove duplicate `sam deploy` in command help text --- samcli/commands/deploy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/commands/deploy/__init__.py b/samcli/commands/deploy/__init__.py index 0085b802f570..f18247ac2fad 100644 --- a/samcli/commands/deploy/__init__.py +++ b/samcli/commands/deploy/__init__.py @@ -15,7 +15,7 @@ HELP_TEXT = """The sam deploy command creates a Cloudformation Stack and deploys your resources. \b -e.g. sam deploy sam deploy --template-file packaged.yaml --stack-name sam-app --capabilities CAPABILITY_IAM +e.g. sam deploy --template-file packaged.yaml --stack-name sam-app --capabilities CAPABILITY_IAM \b This is an alias for aws cloudformation deploy. To learn about other parameters you can use,