HBASE-10406 Column family option is not effective in IntegrationTestSendTraceRequests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1560880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0ba78627f2
commit
581e16d633
|
@ -75,7 +75,7 @@ public class IntegrationTestSendTraceRequests extends AbstractHBaseTool {
|
|||
@Override
|
||||
protected void addOptions() {
|
||||
addOptWithArg(TABLE_ARG, "The table name to target. Will be created if not there already.");
|
||||
addOptWithArg(TABLE_ARG, "The family to target");
|
||||
addOptWithArg(CF_ARG, "The family to target");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue