Skip to content

Commit

Permalink
Merge pull request aws#1122 from flou/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate `sam deploy` in command help text
  • Loading branch information
sriram-mv authored May 23, 2019
2 parents 51794fb + 0bdcb1e commit e23c7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/commands/deploy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e23c7cf

Please sign in to comment.