From e61a662aef21178606c8b3d20fdc9f482e37d14b Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Sun, 5 Sep 2021 17:02:48 +0800 Subject: [PATCH] sml-perf:add help option --- tests/examples/c/schemaless.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/c/schemaless.c b/tests/examples/c/schemaless.c index 5cb63a4b12..55d729b4a2 100644 --- a/tests/examples/c/schemaless.c +++ b/tests/examples/c/schemaless.c @@ -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); -- GitLab