Repository: kudu
Updated Branches:
  refs/heads/master 075c42cb7 -> e1f54cbe7


ksck: add --checksum_scan_concurrency to optional flags

Change-Id: Iaaa76215e0c30860eebd99db0548b3b37dd2e60e
Reviewed-on: http://gerrit.cloudera.org:8080/4183
Tested-by: Kudu Jenkins
Reviewed-by: Dan Burkert <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/ade0192f
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/ade0192f
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/ade0192f

Branch: refs/heads/master
Commit: ade0192f0ba789d1e2dd4ecc9b21308d171133f8
Parents: 075c42c
Author: Todd Lipcon <[email protected]>
Authored: Tue Aug 30 23:17:55 2016 -0700
Committer: Todd Lipcon <[email protected]>
Committed: Thu Sep 1 21:58:26 2016 +0000

----------------------------------------------------------------------
 src/kudu/tools/tool_action_cluster.cc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/ade0192f/src/kudu/tools/tool_action_cluster.cc
----------------------------------------------------------------------
diff --git a/src/kudu/tools/tool_action_cluster.cc 
b/src/kudu/tools/tool_action_cluster.cc
index 5f1f875..b8009eb 100644
--- a/src/kudu/tools/tool_action_cluster.cc
+++ b/src/kudu/tools/tool_action_cluster.cc
@@ -130,9 +130,10 @@ unique_ptr<Mode> BuildClusterMode() {
       .ExtraDescription(extra_desc)
       .AddRequiredParameter({
         "master_addresses",
-        "Comma-separated list of Kudu Master addressess where each address is "
-        "of form hostname:port" })
+        "Comma-separated list of Kudu Master addresses, where each address is "
+        "of form 'hostname:port'" })
       .AddOptionalParameter("checksum_scan")
+      .AddOptionalParameter("checksum_scan_concurrency")
       .AddOptionalParameter("checksum_snapshot")
       .AddOptionalParameter("color")
       .AddOptionalParameter("tables")

Reply via email to