Skip to content

Commit 5c7e03c

Browse files
committed
remove fullDesc from README example
1 parent 436f198 commit 5c7e03c

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)