1 parent 436f198 commit 5c7e03cCopy full SHA for 5c7e03c
1 file changed
README.md
@@ -113,8 +113,7 @@ main :: IO ()
113
main = greet =<< execParser opts
114
where
115
opts = info (sample <**> helper)
116
- ( fullDesc
117
- <> progDesc "Print a greeting for TARGET"
+ ( progDesc "Print a greeting for TARGET"
118
<> header "hello - a test for optparse-applicative" )
119
120
greet :: Sample -> IO ()
0 commit comments