Fix typo in usage text

This commit is contained in:
David Hotham 2018-09-07 09:01:44 +01:00
parent 6ada5b51cc
commit 90ec5a226f

View File

@ -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();