Skip to content

Commit

Permalink
Update progDesc
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTeaCat committed Apr 2, 2023
1 parent 6dbb9dd commit a3a9b60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ main = do
let opts = info (options <**> helper)
$ fullDesc
<> header "Fernery 🌿"
<> progDesc "A CLI tool for generating images of ferns"
<> progDesc "A CLI tool for generating images of ferns and \
\other Iterated Function Systems"

(Options fernName iterations imageDimensions scale offset filePath
backgroundColour fernColour seedOption) <- execParser opts
Expand Down

0 comments on commit a3a9b60

Please sign in to comment.