default value for --heap-trigger

This commit is contained in:
crumbtoo
2023-12-11 18:23:26 -07:00
parent b371e84d80
commit 56f1fe4ee7

View File

@@ -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