Skip to content

Commit

Permalink
Expand on documentation a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan committed Dec 30, 2021
1 parent 758c087 commit ffc9a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Test/DocTest/Internal/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Text.Read (readMaybe)
usage :: String
usage = unlines [
"Usage:"
, " doctest [ --fast | --preserve-it | --verbose | -jN ]..."
, " doctest [ --fast | --preserve-it | --verbose | -jN ]... [<module>]..."
, " doctest --help"
, " doctest --version"
, " doctest --info"
Expand Down Expand Up @@ -73,7 +73,7 @@ data Config = Config
, cfgVerbose :: Bool
-- ^ Verbose output (default: @False@)
, cfgModules :: [ModuleName]
-- ^ Module names to test
-- ^ Module names to test. An empty list means "test all modules".
, cfgThreads :: Maybe Int
-- ^ Number of threads to use. Defaults to autodetection based on the number
-- of cores.
Expand Down

0 comments on commit ffc9a98

Please sign in to comment.