Typo in requires. (#96)

This commit is contained in:
Phil de Joux 2022-04-25 10:55:49 -04:00 committed by GitHub
parent a05945bf77
commit 08ea28442d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ main = do
)
<*> switch
( long "require-hs-files"
<> help "Requries that all .hie files have matching .hs files. This can help deal with skipping .hie files for Haskell modules that have since been removed"
<> help "Requires that all .hie files have matching .hs files. This can help deal with skipping .hie files for Haskell modules that have since been removed"
)
versionP = infoOption ( "weeder version "