Update --help output
parent
7792cd77bf
commit
94651934b4
|
@ -50,12 +50,11 @@ mainCmdParser = do
|
|||
++ " parts not transformed)."
|
||||
, parDoc $ "Based on ghc-exactprint, thus (theoretically) supporting all"
|
||||
++ " that ghc does."
|
||||
, parDoc $ "This is an early, experimental release. Some flags currently"
|
||||
++ " won't be parsed correctly or will have no effect."
|
||||
, parDoc $ "This is an early, experimental release."
|
||||
++ " Only type-signatures and function-bindings are transformed."
|
||||
++ " The output may"
|
||||
++ " not be valid haskell if you run into some unfixed bug."
|
||||
++ " (And yes, i should include automatic checking for that..)"
|
||||
++ " There is a check in place, but no warranties that the output"
|
||||
++ " is valid haskell."
|
||||
, parDoc $ "There is NO WARRANTY, to the extent permitted by law."
|
||||
, parDoc $ "See https://github.com/lspitzner/brittany"
|
||||
, parDoc $ "Please report bugs at"
|
||||
++ " https://github.com/lspitzner/brittany/issues"
|
||||
|
|
Loading…
Reference in New Issue