update help text

This commit is contained in:
wing328
2015-06-16 11:25:23 +08:00
parent d7315b56dc
commit 82baa7ce4b

View File

@@ -67,7 +67,7 @@ public class PerlClientCodegen extends DefaultCodegen implements CodegenConfig {
typeMapping.put("object", "object");
cliOptions.clear();
cliOptions.add(new CliOption("moduleName", "perl module name, default: SwaggerClient"));
cliOptions.add(new CliOption("moduleName", "perl module name (convention: CamelCase), default: SwaggerClient"));
cliOptions.add(new CliOption("moduleVersion", "perl module version, default: 1.0.0"));
}