X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=75268175e0694048ca3ad0937e8dbbda2a79ee63;hp=0f7d0e783b369c7118e842ce04b5e278cd462ba4;hb=aa84731fb9c9c81ef63e730c56b1d8f215c6aabf;hpb=c006435bb4b93aa15ea904da50070f360e365291 diff --git a/src/main.cpp b/src/main.cpp index 0f7d0e78..75268175 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 = 12] [fen positions file = default] " + << "[limit = 11] [fen positions file = default] " << "[depth, time, perft or node limited = depth]" << endl; else benchmark(argc, argv);