Skip to content

Commit a8fe38a

Browse files
committed
Merge pull request #600 from thorbenk/config_help_cmd
fix documentation of config help
2 parents 2cf2230 + f8a1acc commit a8fe38a

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
@@ -55,7 +55,7 @@ screen, for example.
5555

5656
Rustfmt is designed to be very configurable. You can create a TOML file called
5757
rustfmt.toml, place it in the project directory and it will apply the options
58-
in that file. See `cargo run --help-config` for the options which are available,
58+
in that file. See `cargo run -- --config-help` for the options which are available,
5959
or if you prefer to see source code, [src/config.rs].
6060

6161
By default, Rustfmt uses a style which (mostly) confirms to the

0 commit comments

Comments
 (0)