Skip to content

Commit

Permalink
HBASE-26671 Misspellings of hbck usage (#4033)
Browse files Browse the repository at this point in the history
Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
xianjingfeng authored and Apache9 committed Jan 16, 2022
1 parent 8b370f7 commit 7c032c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3588,7 +3588,7 @@ protected HBaseFsck printUsageAndExit() {
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());
Expand Down

0 comments on commit 7c032c7

Please sign in to comment.