Dan Burkert has submitted this change and it was merged. Change subject: KUDU-1812. Fix printed default of redaction flag for tools ......................................................................
KUDU-1812. Fix printed default of redaction flag for tools A previous commit made the default redaction mode for tools get set after parsing command line options. This means that "--help" would be not have the correct default displayed. This changes to using the appropriate gflags API to change the default programatically. Change-Id: I5f2535302122c8dc637c67cced88e77a47e62f15 Reviewed-on: http://gerrit.cloudera.org:8080/5574 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/tools/tool_main.cc 1 file changed, 5 insertions(+), 5 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5574 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5f2535302122c8dc637c67cced88e77a47e62f15 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins
