399
397
"Load files in parallel. The argument is the number of threads to use for loading data (default is 4.")
404
400
po::options_description client_options("Options specific to the client");
405
401
client_options.add_options()
406
402
("host,h", po::value<string>(¤t_host)->default_value("localhost"),