Skip to content

Commit

Permalink
Fix doc in ArgParsing.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed May 26, 2024
1 parent 15099ac commit 7fae491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandwich/src/Test/Sandwich/ArgParsing.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ webDriverOptionsWithInfo :: ParserInfo CommandLineWebdriverOptions
webDriverOptionsWithInfo = OA.info (commandLineWebdriverOptions mempty <**> helper)
(
fullDesc
<> progDesc "Special options passed to the WebDriver formatter, if present.\n\nIf a flag is passed, it will override the value in the WdOptions configured in the code."
<> progDesc "Special options passed to the WebDriver integration, if present.\n\nIf a flag is passed, it will override the value in the WdOptions configured in the code."
<> header "WebDriver flags"
)

Expand Down

0 comments on commit 7fae491

Please sign in to comment.