Skip to content

Commit 0fb71d0

Browse files
committed
Merge pull request #809 from andradei/patch-1
Correct command that lists config options
2 parents a6d7054 + 614eb53 commit 0fb71d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ notes above on running rustfmt.
9090

9191
Rustfmt is designed to be very configurable. You can create a TOML file called
9292
rustfmt.toml, place it in the project directory and it will apply the options
93-
in that file. See `cargo run -- --config-help` for the options which are available,
93+
in that file. See `rustfmt --config-help` for the options which are available,
9494
or if you prefer to see source code, [src/config.rs](src/config.rs).
9595

9696
By default, Rustfmt uses a style which (mostly) conforms to the

0 commit comments

Comments
 (0)