X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=b48706060001daf2765e522269561856cf69e585;hp=c57b1f414ca23fdf38385787a373b80631a6acb4;hb=94bb1964f6b5b4b9abca0bde03367d071922f449;hpb=2b32571de88837ef5739348b8a3c951590a94205 diff --git a/src/main.cpp b/src/main.cpp index c57b1f41..b4870606 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2009 Marco Costalba + Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -63,7 +63,7 @@ int main(int argc, char *argv[]) { if (string(argv[1]) != "bench" || argc < 4 || argc > 8) cout << "Usage: stockfish bench " << "[time = 60s] [fen positions file = default] " - << "[time, depth or node limited = time] " + << "[time, depth, perft or node limited = time] " << "[timing file name = none]" << endl; else {