Replace '--conifig-help' with '--config=help'

This commit is contained in:
Seiichi Uchida 2018-08-07 13:00:30 +09:00
parent 264f6b8690
commit cb10e06559

View file

@ -157,7 +157,7 @@ notes above on running rustfmt.
Rustfmt is designed to be very configurable. You can create a TOML file called
`rustfmt.toml` or `.rustfmt.toml`, place it in the project or any other parent
directory and it will apply the options in that file. See `rustfmt
--config-help` for the options which are available, or if you prefer to see
--config=help` for the options which are available, or if you prefer to see
visual style previews, [Configurations.md](Configurations.md).
By default, Rustfmt uses a style which conforms to the [Rust style guide][style