diff --git a/app/Main.hs b/app/Main.hs index 26ed2db..a531b0a 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -50,6 +50,7 @@ options = RLPCOptions <> metavar "INT" <> help "the number of nodes allowed on the heap before\ \triggering the garbage collector" + <> value 50 ) <*> some (argument str $ metavar "FILES...") where