- std::clog << o("-l value")
- << "print current load every n-th iterations, 0 to disable"
- << " (" << opt::log_rate << ")\n";
- std::clog << o("-L value")
- << "total load with auto deployment, 0 for number of hosts"
- << " (" << opt::auto_depl::load << ")\n";
- std::clog << o("-N value")
- << "number of hosts to use with auto deployment,"
- << " 0 for max. (" << opt::auto_depl::nhosts << ")\n";
+
+ std::clog << "\nLoad balancing algorithm\n";
+ std::clog << o("-b") << "enable bookkeeping\n";
+
+ std::clog << "\nAutomatic deployment options\n";