We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8d3af commit 9ca16eeCopy full SHA for 9ca16ee
exe/Options.hs
@@ -25,7 +25,7 @@ infoOpts :: ParserInfo Options
25
infoOpts = info (options <**> helper)
26
( fullDesc
27
<> progDesc "Extract translatable strings from Haskell source files."
28
- <> header "hello - a test for optparse-applicative" )
+ <> header "hgettext (from haskell-gettext)" )
29
30
options :: Parser Options
31
options = Options <$> inputs <*> outfile <*> kwsDef <*> version
0 commit comments