Commit 7802f57b authored by Seblu's avatar Seblu
Browse files

Add max thread into usage

parent e15f75d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ Option::Option() {
*/
void Option::usage(const char *name, ostream &out) const {
  out << "usage: " << name
      << " [-h|--help] [-d|--database file] [-v|--verbose] [-p port]" << std::endl
      << " [-h|--help] [-d|--database file] [-v|--verbose] [-p port] [-t max-thread]" << std::endl
      << "-h | --help           : Print this help." << std::endl
      << "-d | --database file  : Define database (def: /var/db/sls.db)." << std::endl
      << "-v | --verbose        : Set verbose mode." << std::endl