HBASE-26671 Misspellings of hbck usage (#4033)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
821e6a36cc
commit
bc5a5af1bc
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue