Merge pull request #809 from andradei/patch-1

Correct command that lists config options
This commit is contained in:
Nick Cameron 2016-02-05 10:24:09 +13:00
commit 0fb71d0d7d

View file

@ -90,7 +90,7 @@ notes above on running rustfmt.
Rustfmt is designed to be very configurable. You can create a TOML file called Rustfmt is designed to be very configurable. You can create a TOML file called
rustfmt.toml, place it in the project directory and it will apply the options rustfmt.toml, place it in the project directory and it will apply the options
in that file. See `cargo run -- --config-help` for the options which are available, in that file. See `rustfmt --config-help` for the options which are available,
or if you prefer to see source code, [src/config.rs](src/config.rs). or if you prefer to see source code, [src/config.rs](src/config.rs).
By default, Rustfmt uses a style which (mostly) conforms to the By default, Rustfmt uses a style which (mostly) conforms to the