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