HBASE-26671 Misspellings of hbck usage (#4033)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
xianjingfeng 2022-01-16 16:23:23 +08:00 committed by Duo Zhang
parent 2033fc94d1
commit b840ed68f5
1 changed files with 1 additions and 1 deletions

View File

@ -3588,7 +3588,7 @@ public class HBaseFsck extends Configured implements Closeable {
out.println(""); out.println("");
out.println(" Replication options"); out.println(" Replication options");
out.println(" -fixReplication Deletes replication queues for removed peers"); 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"); "of a specified table, tableName is required");
out.flush(); out.flush();
errors.reportError(ERROR_CODE.WRONG_USAGE, sw.toString()); errors.reportError(ERROR_CODE.WRONG_USAGE, sw.toString());