Replace '--conifig-help' with '--config=help'
This commit is contained in:
parent
264f6b8690
commit
cb10e06559
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue