Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 68ede7b

Browse files
authored
Merge pull request rust-lang#3019 from yangby-cryptape/fix-typo-in-readme
Fix typo in README.md.
2 parents abe1e60 + ef4de4d commit 68ede7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,15 @@ See [Configurations.md](Configurations.md) for details.
189189
Example:
190190

191191
```
192-
cargo fmt --emit files
192+
cargo fmt -- --emit files
193193
```
194194
195195
Options:
196196
197197
| Flag |Description| Nightly Only |
198198
|:---:|:---:|:---:|
199199
| files | overwrites output to files | No |
200-
| stdout | writes output to stdout | No |
200+
| stdout | writes output to stdout | No |
201201
| coverage | displays how much of the input file was processed | Yes |
202202
| checkstyle | emits in a checkstyle format | Yes |
203203

0 commit comments

Comments
 (0)