Skip to content

Commit

Permalink
Merge pull request rust-lang#3000 from dimbleby/dch/typo
Browse files Browse the repository at this point in the history
Fix typo in usage text
  • Loading branch information
nrc committed Sep 12, 2018
2 parents f5f64b3 + 90ec5a2 commit 81a4235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn make_opts() -> Options {
opts.optflag(
"",
"check",
"Run in 'check' mode. Exits with 0 if input if formatted correctly. Exits \
"Run in 'check' mode. Exits with 0 if input is formatted correctly. Exits \
with 1 and prints a diff if formatting is required.",
);
let is_nightly = is_nightly();
Expand Down

0 comments on commit 81a4235

Please sign in to comment.