Repository: kudu
Updated Branches:
  refs/heads/master a95441846 -> 337a731c4


Fix short help message for unsafe_replace_tablet

Change-Id: I7216ebf6d5537d8068bf8586331c5d95ef1d6534
Reviewed-on: http://gerrit.cloudera.org:8080/9939
Tested-by: Will Berkeley <wdberke...@gmail.com>
Reviewed-by: Andrew Wong <aw...@cloudera.com>


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

Branch: refs/heads/master
Commit: 13ea10485c966c8407574226652c3abad6ffeda3
Parents: a954418
Author: Will Berkeley <wdberke...@apache.org>
Authored: Thu Apr 5 15:20:46 2018 -0700
Committer: Will Berkeley <wdberke...@gmail.com>
Committed: Sat Apr 7 05:34:09 2018 +0000

----------------------------------------------------------------------
 src/kudu/tools/tool_action_tablet.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/13ea1048/src/kudu/tools/tool_action_tablet.cc
----------------------------------------------------------------------
diff --git a/src/kudu/tools/tool_action_tablet.cc 
b/src/kudu/tools/tool_action_tablet.cc
index 44b8203..d1f8ddb 100644
--- a/src/kudu/tools/tool_action_tablet.cc
+++ b/src/kudu/tools/tool_action_tablet.cc
@@ -623,7 +623,7 @@ unique_ptr<Mode> BuildTabletMode() {
 
   unique_ptr<Action> replace_tablet =
       ActionBuilder("unsafe_replace_tablet", &ReplaceTablet)
-      .Description("Replace a tablet with an empty one, moving the previous 
tablet to a new table")
+      .Description("Replace a tablet with an empty one, deleting the previous 
tablet.")
       .ExtraDescription("Use this tool to repair a table when one of its 
tablets has permanently "
                         "lost all of its replicas. It replaces the 
unrecoverable tablet with a new "
                         "empty one representing the same partition. Its 
primary use is to jettison "

Reply via email to