From cb10e06559ce583760f964385ca38d9aa59067a9 Mon Sep 17 00:00:00 2001 From: Seiichi Uchida Date: Tue, 7 Aug 2018 13:00:30 +0900 Subject: [PATCH] Replace '--conifig-help' with '--config=help' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7f48f035d31..bda90c9e9f19 100644 --- a/README.md +++ b/README.md @@ -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