X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=0f7d0e783b369c7118e842ce04b5e278cd462ba4;hp=75268175e0694048ca3ad0937e8dbbda2a79ee63;hb=932ae761c6e3fd3e9b202283379e487a5c187989;hpb=aa84731fb9c9c81ef63e730c56b1d8f215c6aabf diff --git a/src/main.cpp b/src/main.cpp index 75268175..0f7d0e78 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -100,7 +100,7 @@ int main(int argc, char* argv[]) { { if (string(argv[1]) != "bench" || argc > 7) cout << "Usage: stockfish bench [hash size = 128] [threads = 1] " - << "[limit = 11] [fen positions file = default] " + << "[limit = 12] [fen positions file = default] " << "[depth, time, perft or node limited = depth]" << endl; else benchmark(argc, argv);