This is an automated email from the ASF dual-hosted git repository.
alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new c45eba4 [tool] Fix rebuild master tool's help infomation
c45eba4 is described below
commit c45eba48ed37c04700b25ffd8664ce7c9c27135b
Author: shenxingwuying <[email protected]>
AuthorDate: Mon Mar 14 23:39:29 2022 +0800
[tool] Fix rebuild master tool's help infomation
Change-Id: I301df64f0c1a42a00f19bced18f13aa5057b068c
Reviewed-on: http://gerrit.cloudera.org:8080/18319
Tested-by: Kudu Jenkins
Reviewed-by: Yingchun Lai <[email protected]>
Reviewed-by: Andrew Wong <[email protected]>
Reviewed-by: Alexey Serbin <[email protected]>
---
src/kudu/tools/tool_action_master.cc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/kudu/tools/tool_action_master.cc
b/src/kudu/tools/tool_action_master.cc
index 48cb94a..12a672b 100644
--- a/src/kudu/tools/tool_action_master.cc
+++ b/src/kudu/tools/tool_action_master.cc
@@ -112,10 +112,10 @@ namespace kudu {
namespace tools {
namespace {
-const char* const kTabletServerAddressArg = "tserver_address";
-const char* const kTabletServerAddressDesc = "Address of a Kudu tablet server "
- "of form 'hostname:port'. Port may be omitted if the tablet server is "
- "bound to the default port.";
+const char* const kTabletServerAddressArg = "tserver_addresses";
+const char* const kTabletServerAddressDesc = "Address list of Kudu tablet
servers"
+ " of form 'hostname-0:port-0 hostname-1:port-1 ... hostname-n:port-n'.
Port may"
+ " be omitted if the tablet server is bound to the default port.";
const char* const kFlagArg = "flag";
const char* const kValueArg = "value";