X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=main.c;h=3dc5c209fa6fa76dc0c24b7f3e32191f8f9871ad;hp=70c59170cf5b06739d334763b5cee221388702d3;hb=baab92d048b9ba06dada3a17ec51d9e9340d4730;hpb=9d90dc40cca05e03cafd0519e17f15b1d7441e37 diff --git a/main.c b/main.c index 70c5917..3dc5c20 100644 --- a/main.c +++ b/main.c @@ -35,7 +35,7 @@ // constants -static const char * const Version = "1.4.32b"; +static const char * const Version = "1.4.33b"; static const char * const HelpMessage = "\ SYNTAX\n\ * polyglot [configfile]\n\ @@ -43,7 +43,7 @@ SYNTAX\n\ * polyglot make-book [-pgn inputfile] [-bin outputfile] [-max-ply ply] [-min-game games] [-min-score score] [-only-white] [-only-black] [-uniform]\n\ * polyglot merge-book -in1 inputfile1 -in2 inputfile2 [-out outputfile]\n\ * polyglot info-book [-bin inputfile] [-exact]\n\ -* polyglot dumb-book [-bin inputfile] -color color [-out outputfile]\n\ +* polyglot dump-book [-bin inputfile] -color color [-out outputfile]\n\ * polyglot [configfile] epd-test [-epd inputfile] [-min-depth depth] [-max-depth depth] [-min-time time] [-max-time time] [-depth-delta delta]\n\ * polyglot perft [-fen fen] [-max-depth depth]\ ";