Skip to content

Commit

Permalink
rts-options can be specified many times
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Nov 1, 2023
1 parent 7653e67 commit 035231a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Stack/Options/ExecParser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ execOptsExtraParser = ExecOptsExtra
eoRtsOptionsParser :: Parser [String]
eoRtsOptionsParser = concat <$> many (argsOption
( long "rts-options"
<> help "Explicit RTS options to pass to application."
<> help "Explicit RTS options to pass to application (can be specified \
\multiple times)."
<> metavar "RTSFLAG"
))

Expand Down

0 comments on commit 035231a

Please sign in to comment.