You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/01/16 08:47:14 UTC

[hbase] branch branch-2.4 updated: HBASE-26671 Misspellings of hbck usage (#4033)

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

zhangduo pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 7c032c7  HBASE-26671 Misspellings of hbck usage (#4033)
7c032c7 is described below

commit 7c032c72cfd40fcedd0ec17fd518c6db39bb3216
Author: xianjingfeng <58...@qq.com>
AuthorDate: Sun Jan 16 16:23:23 2022 +0800

    HBASE-26671 Misspellings of hbck usage (#4033)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
index 8460998..4fcdd37 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
@@ -3588,7 +3588,7 @@ public class HBaseFsck extends Configured implements Closeable {
     out.println("");
     out.println(" Replication options");
     out.println("   -fixReplication   Deletes replication queues for removed peers");
-    out.println("   -cleanReplicationBrarier [tableName] clean the replication barriers " +
+    out.println("   -cleanReplicationBarrier [tableName] clean the replication barriers " +
         "of a specified table, tableName is required");
     out.flush();
     errors.reportError(ERROR_CODE.WRONG_USAGE, sw.toString());