forked from loafle/openapi-generator-original
tweak FlaskConnexionCodegen help string
This commit is contained in:
parent
d44aa82cc4
commit
9ca83c0174
@ -167,8 +167,8 @@ public class FlaskConnexionCodegen extends DefaultCodegen implements CodegenConf
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public String getHelp() {
|
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.";
|
"it will also generate service classes -- which you can disable with the `-Dnoservice` environment variable.";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -312,4 +312,4 @@ public class FlaskConnexionCodegen extends DefaultCodegen implements CodegenConf
|
|||||||
// addPet => add_pet
|
// addPet => add_pet
|
||||||
return underscore(operationId);
|
return underscore(operationId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user