Skip to content

Commit

Permalink
Equeroot <3
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin committed Oct 10, 2024
1 parent 85f0ad0 commit 466640b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import View ( render )

opts :: [OptDescr (Config -> Config)]
opts =
[ Option [] ["help"] (NoArg (set cHelp True)) "Show usage info"
[ Option [] ["help"] (NoArg (set cHelp True)) "Show usage info"
, Option [] ["port"] (ReqArg (set cPort . read) "PORT") "Port to run on"
, Option [] ["path"] (ReqArg (set cLogPath) "PATH") "Path to save log files to, default is 'logs'"
, Option [] ["age"] (ReqArg (set cLogAge . read) "AGE") "Amount of days to keep logs"
Expand Down

0 comments on commit 466640b

Please sign in to comment.