Console.Write("{0}{1}{2}\n",indent,indent,"replica, Set the replica parameters of the database, Default 1, min: 1, max: 5.");
Console.Write("{0}{1}{2}\n",indent,indent,"replica, Set the replica parameters of the database, Default 1, min: 1, max: 5.");
Console.Write("{0}{1}",indent,"-m");
Console.Write("{0}{1}",indent,"-m");
Console.Write("{0}{1}{2}\n",indent,indent,"table_prefix, Table prefix name. Default is 't'.");
Console.Write("{0}{1}{2}\n",indent,indent,"table_prefix, Table prefix name. Default is 't'.");
Console.Write("{0}{1}",indent,"-s");
Console.Write("{0}{1}{2}\n",indent,indent,"sql file, The select sql file.");
Console.Write("{0}{1}",indent,"-M");
Console.Write("{0}{1}",indent,"-M");
Console.Write("{0}{1}{2}\n",indent,indent,"stable, Use super table.");
Console.Write("{0}{1}{2}\n",indent,indent,"stable, Use super table.");
Console.Write("{0}{1}",indent,"-s");
Console.Write("{0}{1}{2}\n",indent,indent,"stable_prefix, STable prefix name. Default is 'st'");
/* NOT SUPPORT
Console.Write("{0}{1}", indent, "-o");
Console.Write("{0}{1}", indent, "-o");
Console.Write("{0}{1}{2}\n", indent, indent, "outputfile, Direct output to the named file. Default is './output.txt'.");
Console.Write("{0}{1}{2}\n", indent, indent, "outputfile, Direct output to the named file. Default is './output.txt'.");
Console.Write("{0}{1}", indent, "-q");
Console.Write("{0}{1}", indent, "-q");
...
@@ -97,6 +98,7 @@ namespace TDengineDriver
...
@@ -97,6 +98,7 @@ namespace TDengineDriver
Console.Write("{0}{1}{2}\n", indent, indent, "length_of_binary, The length of data_type 'BINARY'. Only applicable when type of cols is 'BINARY'. Default is 8");
Console.Write("{0}{1}{2}\n", indent, indent, "length_of_binary, The length of data_type 'BINARY'. Only applicable when type of cols is 'BINARY'. Default is 8");
Console.Write("{0}{1}", indent, "-l");
Console.Write("{0}{1}", indent, "-l");
Console.Write("{0}{1}{2}\n", indent, indent, "num_of_cols_per_record, The number of columns per record. Default is 3.");
Console.Write("{0}{1}{2}\n", indent, indent, "num_of_cols_per_record, The number of columns per record. Default is 3.");
*/
Console.Write("{0}{1}",indent,"-T");
Console.Write("{0}{1}",indent,"-T");
Console.Write("{0}{1}{2}\n",indent,indent,"num_of_threads, The number of threads. Default is 10.");
Console.Write("{0}{1}{2}\n",indent,indent,"num_of_threads, The number of threads. Default is 10.");