NihalJain commented on code in PR #131:
URL:
https://github.com/apache/hbase-operator-tools/pull/131#discussion_r1297144091
##########
hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java:
##########
@@ -586,7 +653,18 @@ private static void
usageAddFsRegionsMissingInMeta(PrintWriter writer) {
writer.println(" Each file contains <NAMESPACE|NAMESPACE:TABLENAME>, one
per line.");
writer.println(" For example:");
writer.println(" $ HBCK2 " + ADD_MISSING_REGIONS_IN_META_FOR_TABLES +
- " -i fileName1 fileName2");
+ " -i fileName1 fileName2");
+ writer.println(" If -o or --outputFile is specified, the output file(s)
can be passed as");
+ writer.println(" input to assigns command via -i or -inputFiles
option.");
+ writer.println(" If -n or --numLines is specified, and say it is set to
100, this will");
Review Comment:
fixed
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]