Adar Dembo has posted comments on this change.

Change subject: tool: print usage information when arguments fail to parse
......................................................................


Patch Set 2: Code-Review+2

(1 comment)

http://gerrit.cloudera.org:8080/#/c/7301/2/src/kudu/tools/tool_main.cc
File src/kudu/tools/tool_main.cc:

Line 128:   if (!args_ok && s.IsInvalidArgument()) {
This seems a little bit redundant; the only way for MarshalArgs to fail is with 
InvalidArgument, so I think checking !args_ok is sufficient.


-- 
To view, visit http://gerrit.cloudera.org:8080/7301
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I4695aca5cb3f848f525784476403a9f577fdba13
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <t...@apache.org>
Gerrit-Reviewer: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Tidy Bot
Gerrit-HasComments: Yes

Reply via email to