Skip to content

Commit

Permalink
Add --verbose long flag (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jun 9, 2015
1 parent ecbce55 commit d030707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ logLevelOpt =
help "Verbosity: silent, error, warn, info, debug")) <|>
flag defaultLogLevel
verboseLevel
(short 'v' <>
(short 'v' <> long "verbose" <>
help ("Enable verbose mode: verbosity level \"" <> showLevel verboseLevel <> "\""))
where verboseLevel = LevelDebug
showLevel l =
Expand Down

0 comments on commit d030707

Please sign in to comment.