add beta to scalaz generator

This commit is contained in:
wing328
2017-10-16 22:33:12 +08:00
parent 62794c1d60
commit 5c14f907d6
@@ -181,7 +181,7 @@ public class ScalazClientCodegen extends AbstractScalaCodegen implements Codegen
@Override
public String getHelp() {
return "Generates a Scalaz client library that uses http4s";
return "Generates a Scalaz client library (beta) that uses http4s";
}
@Override