Skip to content

Commit 9ca16ee

Browse files
committed
Fix optparse header
1 parent fb8d3af commit 9ca16ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/Options.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ infoOpts :: ParserInfo Options
2525
infoOpts = info (options <**> helper)
2626
( fullDesc
2727
<> progDesc "Extract translatable strings from Haskell source files."
28-
<> header "hello - a test for optparse-applicative" )
28+
<> header "hgettext (from haskell-gettext)" )
2929

3030
options :: Parser Options
3131
options = Options <$> inputs <*> outfile <*> kwsDef <*> version

0 commit comments

Comments
 (0)