Merge pull request #3000 from dimbleby/dch/typo

Fix typo in usage text
This commit is contained in:
Nick Cameron 2018-09-12 15:33:18 +12:00 committed by GitHub
commit 81a4235c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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