Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11400
Change subject: [tools] Fix help text for replica_type ...................................................................... [tools] Fix help text for replica_type 'kudu tablet change_config [add_replica|change_replica_type]' take an argument for 'replica type', which the help text said had to be "VOTER" or "NON-VOTER", but actually it has to be "VOTER" or "NON_VOTER", because it is parsed into an enum by a generated PB function, and the PB enum names are "VOTER" and "NON_VOTER". This fixes the help text. Change-Id: Icb43e0eaffbfa17967103c7aebe15ea0a06c5598 --- M src/kudu/tools/tool_action_tablet.cc 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/00/11400/1 -- To view, visit http://gerrit.cloudera.org:8080/11400 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Icb43e0eaffbfa17967103c7aebe15ea0a06c5598 Gerrit-Change-Number: 11400 Gerrit-PatchSet: 1 Gerrit-Owner: Will Berkeley <[email protected]>
