提交 e61a662a 编写于 作者: S shenglian zhou

sml-perf:add help option

上级 d2db893d
......@@ -97,7 +97,7 @@ int main(int argc, char* argv[]) {
int maxLinesPerBatch = 16384;
int opt;
while ((opt = getopt(argc, argv, "s:c:r:f:t:m:")) != -1) {
while ((opt = getopt(argc, argv, "s:c:r:f:t:m:h")) != -1) {
switch (opt) {
case 's':
numSuperTables = atoi(optarg);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册