X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=ac466597d9500c3ab4531212535d939ddc355ef9;hp=e01599db8e9893f80cc3b3143cb8f6063bbe8bc1;hb=72c7595f8ac72c7831ee319b8b0bc46404c5fc27;hpb=c97104e8540b72ee2c6c9c13d3773d2c0f9ec32f diff --git a/src/main.cpp b/src/main.cpp index e01599db..ac466597 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,7 +52,6 @@ int main(int argc, char *argv[]) { std::cin.rdbuf()->pubsetbuf(NULL, 0); // Initialization - init_mersenne(); init_direction_table(); init_bitboards(); @@ -73,7 +72,7 @@ int main(int argc, char *argv[]) { { if (argc < 4 || argc > 7) { - std::cout << "Usage: glaurung bench " + std::cout << "Usage: stockfish bench " << "[time = 60s] [fen positions file = default] " << "[time, depth or node limited = time]" << std::endl;