Fix typo in README.md.
This commit is contained in:
parent
81a4235c7f
commit
ef4de4d005
1 changed files with 2 additions and 2 deletions
|
|
@ -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 |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue