This is an automated email from the ASF dual-hosted git repository.

awong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit adf45415a80d70a04225972e3c851af0b2a81f7e
Author: Andrew Wong <[email protected]>
AuthorDate: Tue May 19 14:34:32 2020 -0700

    ksck: remove --verbose from description
    
    The flag was removed a while ago as a part of a refactor.
    
    Change-Id: I9925b0e5a0c8716cb75e45e22501625bdb9c4e47
    Reviewed-on: http://gerrit.cloudera.org:8080/15965
    Tested-by: Kudu Jenkins
    Reviewed-by: Grant Henke <[email protected]>
---
 src/kudu/tools/tool_action_cluster.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/kudu/tools/tool_action_cluster.cc 
b/src/kudu/tools/tool_action_cluster.cc
index 152361b..5c45c70 100644
--- a/src/kudu/tools/tool_action_cluster.cc
+++ b/src/kudu/tools/tool_action_cluster.cc
@@ -370,8 +370,8 @@ unique_ptr<Mode> BuildClusterMode() {
         "consistent. Use the 'checksum' flag to check that tablet data is "
         "consistent (also see the 'tables' and 'tablets' flags). Use the "
         "'checksum_snapshot' along with 'checksum' if the table or tablets "
-        "are actively receiving inserts or updates. Use the 'verbose' flag to "
-        "output detailed information on cluster status even if no "
+        "are actively receiving inserts or updates. Use the 'ksck_format' flag 
"
+        "to output detailed information on cluster status even if no "
         "inconsistency is found in metadata.";
 
     unique_ptr<Action> ksck = ActionBuilder("ksck", &RunKsck)

Reply via email to