Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16642 )
Change subject: [tools] mention whitespace as a separator for variadic args ...................................................................... [tools] mention whitespace as a separator for variadic args I witnessed a case when people try to use a comma as separators for a variadic argument in a kudu CLI command. As it turned out, the help/usage message doesn't state clearly that multiple items in a variadic argument should be separated by a whitespace. This changelist updates the description of existing variadic arguments to explicitly mention that the whitespace is the expected separator there. This patch does not contain any functional changes. Change-Id: I3ef979bd17655b5d46e1adb2a2f22923353ac435 Reviewed-on: http://gerrit.cloudera.org:8080/16642 Reviewed-by: Andrew Wong <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/tools/tool_action_diagnose.cc M src/kudu/tools/tool_action_local_replica.cc M src/kudu/tools/tool_action_remote_replica.cc 3 files changed, 52 insertions(+), 46 deletions(-) Approvals: Andrew Wong: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/16642 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I3ef979bd17655b5d46e1adb2a2f22923353ac435 Gerrit-Change-Number: 16642 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
