X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=README;h=8fbea2ed8d33431c5abb925487a1e1d679656f1a;hp=9ab6f15024a8d18bd02d3c94a42c118c57b5dd92;hb=de010509fa0e57ba955da6512c714fbff8606af3;hpb=60900035e6d0309705f2326ee50edc52386305e9 diff --git a/README b/README index 9ab6f15..8fbea2e 100644 --- a/README +++ b/README @@ -12,8 +12,8 @@ NAME SYNOPSIS polyglot [configfile] [-noini] [-ec engine] [-ed enginedirectory] [-en - enginename] [-log] [-lf logfile] [-hash value] [-bk book] [-pg - =]* [-uci =]* + 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] @@ -501,10 +501,10 @@ EXAMPLES 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: @@ -512,7 +512,6 @@ EXAMPLES EngineCommand = fruit Log = true [Engine] - Hash=128 Compile "games.pgn" into a book "book.bin" retaining all lines of at most 30 plies. @@ -551,4 +550,4 @@ SEE ALSO - 2009-11-30 POLYGLOT(6) + 2010-04-25 POLYGLOT(6)