mirror of
https://github.com/ocharles/weeder.git
synced 2024-11-22 22:42:10 +03:00
Typo in requires. (#96)
This commit is contained in:
parent
a05945bf77
commit
08ea28442d
@ -90,7 +90,7 @@ main = do
|
|||||||
)
|
)
|
||||||
<*> switch
|
<*> switch
|
||||||
( long "require-hs-files"
|
( 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 "
|
versionP = infoOption ( "weeder version "
|
||||||
|
Loading…
Reference in New Issue
Block a user