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:
Zhihong Yu 2014-01-24 01:57:57 +00:00
parent 0ba78627f2
commit 581e16d633
1 changed files with 1 additions and 1 deletions

View File

@ -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