fixing manual.

This commit is contained in:
Kazu Yamamoto 2011-10-20 11:24:25 +09:00
parent ad1b959820
commit b23941fafe
1 changed files with 2 additions and 2 deletions

View File

@ -52,10 +52,10 @@ argspec = [ Option "l" ["tolisp"]
"print as a list of Lisp"
, Option "h" ["hlintOpt"]
(ReqArg (\h opts -> opts { hlintOpts = h : hlintOpts opts }) "hlintOpt")
"hint to be ignored"
"hlint options"
, Option "g" ["ghcOpt"]
(ReqArg (\g opts -> opts { ghcOpts = g : ghcOpts opts }) "ghcOpt")
"extra GHC options"
"GHC options"
, Option "o" ["operators"]
(NoArg (\opts -> opts { operators = True }))
"print operators, too"