Skip to content

Commit db1bf65

Browse files
authored
Merge pull request #514 from exaexa/mk-fix-readme-example
remove fullDesc from README example
2 parents 436f198 + 5c7e03c commit db1bf65

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ main :: IO ()
113113
main = greet =<< execParser opts
114114
where
115115
opts = info (sample <**> helper)
116-
( fullDesc
117-
<> progDesc "Print a greeting for TARGET"
116+
( progDesc "Print a greeting for TARGET"
118117
<> header "hello - a test for optparse-applicative" )
119118

120119
greet :: Sample -> IO ()

0 commit comments

Comments
 (0)