Fix typo in README.md.

This commit is contained in:
Boyu Yang 2018-09-13 10:01:34 +08:00
parent 81a4235c7f
commit ef4de4d005
No known key found for this signature in database
GPG Key ID: 8541EBA40EF41840

View File

@ -189,7 +189,7 @@ See [Configurations.md](Configurations.md) for details.
Example:
```
cargo fmt --emit files
cargo fmt -- --emit files
```
Options:
@ -197,7 +197,7 @@ See [Configurations.md](Configurations.md) for details.
| Flag |Description| Nightly Only |
|:---:|:---:|:---:|
| files | overwrites output to files | No |
| stdout | writes output to stdout | No |
| stdout | writes output to stdout | No |
| coverage | displays how much of the input file was processed | Yes |
| checkstyle | emits in a checkstyle format | Yes |