fix wording

This commit is contained in:
Nik Graf 2016-10-21 16:40:07 +02:00
parent 07712fcf99
commit 324085ffa6
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` Displays any Stack Output.
## Provided lifecycle events
- `info:info`