Correct the ordering of the config help option

This commit is contained in:
Daniel Watkins 2018-08-10 20:05:54 -04:00 committed by GitHub
parent 6a8a06ab2c
commit 66bd0d472b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
--help=config` 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