X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=polyglot.pod;h=c78fc6eef94e02c79e824139f26223e871a4da2d;hp=415902f3d0fe186435eca84856968ac6c2c153ba;hb=de010509fa0e57ba955da6512c714fbff8606af3;hpb=60900035e6d0309705f2326ee50edc52386305e9 diff --git a/polyglot.pod b/polyglot.pod index 415902f..c78fc6e 100644 --- a/polyglot.pod +++ b/polyglot.pod @@ -8,7 +8,7 @@ PolyGlot - Winboard protocol to UCI protocol adapter =head1 SYNOPSIS -polyglot [configfile] [-noini] [-ec engine] [-ed enginedirectory] [-en enginename] [-log] [-lf logfile] [-hash value] [-bk book] [-pg =]* [-uci =]* +polyglot [configfile] [-noini] [-ec engine] [-ed enginedirectory] [-en enginename] [-log true/false] [-lf logfile] [-pg =]* [-uci =]* polyglot make-book [-pgn inputfile] [-bin outputfile] [-max-ply ply] [-min-game games] [-min-score score] [-only-white] [-only-black] [-uniform] @@ -613,9 +613,9 @@ Running the UCI engine "fruit" under xboard 4.3.15 and later (this invokes PolyG xboard -fcp fruit -fUCI -An explicit command line for using the UCI engine "fruit" with 128M hash in xboard with logging enabled (this also works on xboard 4.2.7). +An explicit command line for using the UCI engine "fruit" with logging enabled (this works also with older versions of xboard). - xboard -fcp "polyglot -noini -log -ec fruit -hash 128" + xboard -fcp "polyglot -noini -log true -ec fruit" The equivalent config file would be: @@ -623,7 +623,6 @@ The equivalent config file would be: EngineCommand = fruit Log = true [Engine] - Hash=128 Compile "games.pgn" into a book "book.bin" retaining all lines of at most 30 plies.