Skip to content

Commit bc5a5af

Browse files
authored
HBASE-26671 Misspellings of hbck usage (#4033)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 821e6a3 commit bc5a5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3583,7 +3583,7 @@ protected HBaseFsck printUsageAndExit() {
35833583
out.println("");
35843584
out.println(" Replication options");
35853585
out.println(" -fixReplication Deletes replication queues for removed peers");
3586-
out.println(" -cleanReplicationBrarier [tableName] clean the replication barriers " +
3586+
out.println(" -cleanReplicationBarrier [tableName] clean the replication barriers " +
35873587
"of a specified table, tableName is required");
35883588
out.flush();
35893589
errors.reportError(ERROR_CODE.WRONG_USAGE, sw.toString());

0 commit comments

Comments
 (0)