saintstack commented on a change in pull request #16: HBASE-22825 [HBCK2] Add a 
client-side to hbase-operator-tools that ca…
URL: 
https://github.com/apache/hbase-operator-tools/pull/16#discussion_r318385048
 
 

 ##########
 File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java
 ##########
 @@ -361,6 +363,10 @@ private static String getCommandUsage() {
     writer.println();
     writer.println("   SEE ALSO, org.apache.hbase.hbck1.OfflineMetaRepair, the 
offline");
     writer.println("   hbase:meta tool. See the HBCK2 README for how to use.");
+    writer.println();
+    writer.println(" " + FIX_META);
+    writer.println("   Do a server-side fixing of bad or inconsistent state in 
hbase:meta");
+    writer.println("   This command doesn't take any arguments.");
 
 Review comment:
   Oh, we've been listing commands here alphabetically so easier to find. This 
is in wrong location?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to