Merge pull request #2504 from serverless/fix-wording

fix wording
This commit is contained in:
Florian Motlik 2016-10-21 17:49:46 +02:00 committed by GitHub
commit 778cd09290
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ serverless deploy [function|list]
- `--stage` or `-s` The stage in your service that you want to deploy to.
- `--region` or `-r` The region in that stage that you want to deploy to.
- `--noDeploy` or `-n` Skips the deployment steps and leaves artifacts in the `.serverless` directory
- `--verbose` or `-v` Shows all stack events during deployment, and display any Stack Output.
- `--verbose` or `-v` Shows all stack events during deployment and display any Stack Output.
## Examples

View File

@ -16,7 +16,7 @@ serverless info
## Options
- `--stage` or `-s` The stage in your service you want to display information about.
- `--region` or `-r` The region in your stage that you want to display information about.
- `--verbose` or `-v` Shows displays any Stack Output.
- `--verbose` or `-v` Shows any Stack Output.
## Provided lifecycle events
- `info:info`