Skip to content

Commit

Permalink
Update new-cg-brutal-tester.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Akadine committed Jan 29, 2023
1 parent 3c35173 commit 12be472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/new-cg-brutal-tester.cpp
Expand Up @@ -38,7 +38,7 @@ int main(int argc, char* argv[]) {
opt.Add("-n", true, "Number of games to play. Default 1.");
opt.Add("-s", false, "Swap player positions.");
opt.Add("-i", true, "Initial seed. For repetable tests");
opt.Add("-d", true, "Lod directory.");
opt.Add("-d", true, "Log directory.");
opt.Add("-l", true, "Log level. 0 verbose, 1 info, 2 warning (default), 3 error, and 4 fatal. Only logs that level and higher. ex. if set to 3, only error and fatal levels logs are created.");
opt.Add("-o", false, "Old mode");

Expand Down Expand Up @@ -210,4 +210,4 @@ int main(int argc, char* argv[]) {
threads.clear();
}
finished(playerStats.get(), logger);
}
}

0 comments on commit 12be472

Please sign in to comment.