From: Nick Cameron Date: Thu, 17 Dec 2015 19:43:41 +0000 (+1300) Subject: Merge pull request #710 from JanLikar/master X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=0b5e6d57e5a4eaff2300126a0d4489f004eeee12;hp=c578ad8df55a9daea96ef11de8c4d1f7d4c8a40c;p=rust.git Merge pull request #710 from JanLikar/master Remove `--write-mode=replace` from cargo-fmt --- diff --git a/src/bin/cargo-fmt.rs b/src/bin/cargo-fmt.rs index dfcb15ee4c1..58d5e4d8d0f 100644 --- a/src/bin/cargo-fmt.rs +++ b/src/bin/cargo-fmt.rs @@ -46,7 +46,7 @@ fn main() { fn print_usage(opts: &Options, reason: &str) { let msg = format!("{}\nusage: cargo fmt [options]", reason); println!("{}\nThis utility formats all bin and lib files of the current crate using rustfmt. \ - Arguments after `--` are passes to rustfmt.", + Arguments after `--` are passed to rustfmt.", opts.usage(&msg)); }