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 GitHub
parent 821e6a36cc
commit bc5a5af1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3583,7 +3583,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());