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