Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit af3c3c6

Browse files
authored
Merge pull request rust-lang#2910 from OddBloke/patch-1
Correct the ordering of the config help option
2 parents 6a8a06a + 66bd0d4 commit af3c3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ notes above on running rustfmt.
157157
Rustfmt is designed to be very configurable. You can create a TOML file called
158158
`rustfmt.toml` or `.rustfmt.toml`, place it in the project or any other parent
159159
directory and it will apply the options in that file. See `rustfmt
160-
--config=help` for the options which are available, or if you prefer to see
160+
--help=config` for the options which are available, or if you prefer to see
161161
visual style previews, [Configurations.md](Configurations.md).
162162

163163
By default, Rustfmt uses a style which conforms to the [Rust style guide][style

0 commit comments

Comments
 (0)