We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821e6a3 commit bc5a5afCopy full SHA for bc5a5af
hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
@@ -3583,7 +3583,7 @@ protected HBaseFsck printUsageAndExit() {
3583
out.println("");
3584
out.println(" Replication options");
3585
out.println(" -fixReplication Deletes replication queues for removed peers");
3586
- out.println(" -cleanReplicationBrarier [tableName] clean the replication barriers " +
+ out.println(" -cleanReplicationBarrier [tableName] clean the replication barriers " +
3587
"of a specified table, tableName is required");
3588
out.flush();
3589
errors.reportError(ERROR_CODE.WRONG_USAGE, sw.toString());
0 commit comments