mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
Fix typo in usage text
This commit is contained in:
parent
6ada5b51cc
commit
90ec5a226f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user