update user-agent for Ruby

This commit is contained in:
wing328
2016-03-14 21:57:51 +08:00
parent df8d4fd8b8
commit e10c28596c
11 changed files with 67 additions and 78 deletions

View File

@@ -115,7 +115,7 @@ public class Generate implements Runnable {
@Option(name = {"--release-note"}, title = "release note", description = CodegenConstants.RELEASE_NOTE_DESC)
private String releaseNote;
@Option(name = {"--http-user-agent"}, title = "http user agent", description = CodegenConstants.HTTP_USER_AGENT)
@Option(name = {"--http-user-agent"}, title = "http user agent", description = CodegenConstants.HTTP_USER_AGENT_DESC)
private String httpUserAgent;
@Override