tweak FlaskConnexionCodegen help string

This commit is contained in:
hjacobs 2016-01-22 22:32:37 +01:00
parent d44aa82cc4
commit 9ca83c0174

View File

@ -167,7 +167,7 @@ public class FlaskConnexionCodegen extends DefaultCodegen implements CodegenConf
*/
@Override
public String getHelp() {
return "Generates a python server library using the connexion project. By default, " +
return "Generates a Python server library using the Connexion project. By default, " +
"it will also generate service classes -- which you can disable with the `-Dnoservice` environment variable.";
}