fix documentation of config help

This commit is contained in:
Thorben Kroeger 2015-11-14 16:43:18 +01:00
parent 2cf2230002
commit f8a1acc5e2

View File

@ -55,7 +55,7 @@ screen, for example.
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
in that file. See `cargo run --help-config` for the options which are available,
in that file. See `cargo run -- --config-help` for the options which are available,
or if you prefer to see source code, [src/config.rs].
By default, Rustfmt uses a style which (mostly) confirms to the