List available output formats in --help output
This commit is contained in:
parent
1d76abc439
commit
4a6acb6ff0
|
@ -77,7 +77,8 @@ options = [
|
||||||
Option "e" ["exclude"]
|
Option "e" ["exclude"]
|
||||||
(ReqArg (Flag "exclude") "CODE1,CODE2..") "exclude types of warnings",
|
(ReqArg (Flag "exclude") "CODE1,CODE2..") "exclude types of warnings",
|
||||||
Option "f" ["format"]
|
Option "f" ["format"]
|
||||||
(ReqArg (Flag "format") "FORMAT") "output format",
|
(ReqArg (Flag "format") "FORMAT")
|
||||||
|
"output format (checkstyle, gcc, json, tty)",
|
||||||
Option "C" ["color"]
|
Option "C" ["color"]
|
||||||
(OptArg (maybe (Flag "color" "always") (Flag "color")) "WHEN")
|
(OptArg (maybe (Flag "color" "always") (Flag "color")) "WHEN")
|
||||||
"Use color (auto, always, never)",
|
"Use color (auto, always, never)",
|
||||||
|
|
Loading…
Reference in New Issue