Merge pull request #281 from brianteeman/patch-1

Typo
This commit is contained in:
Ed Page 2021-06-08 06:28:26 -05:00 committed by GitHub
commit b329b17e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ pub(crate) struct FileArgs {
check_filenames: bool, check_filenames: bool,
#[structopt(long, overrides_with("check-files"))] #[structopt(long, overrides_with("check-files"))]
/// Skip verifying spelling in filess. /// Skip verifying spelling in files.
no_check_files: bool, no_check_files: bool,
#[structopt(long, overrides_with("no-check-files"), hidden(true))] #[structopt(long, overrides_with("no-check-files"), hidden(true))]
check_files: bool, check_files: bool,