From f8a1acc5e2c017cdc277ccee048944d617cf35f0 Mon Sep 17 00:00:00 2001 From: Thorben Kroeger Date: Sat, 14 Nov 2015 16:43:18 +0100 Subject: [PATCH] fix documentation of config help --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df1177d6a58..3162760845e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ screen, for example. Rustfmt is designed to be very configurable. You can create a TOML file called rustfmt.toml, place it in the project directory and it will apply the options -in that file. See `cargo run --help-config` for the options which are available, +in that file. See `cargo run -- --config-help` for the options which are available, or if you prefer to see source code, [src/config.rs]. By default, Rustfmt uses a style which (mostly) confirms to the