88
99__author__ = 'fsmosca'
1010__script_name__ = 'Lakas'
11- __version__ = 'v0.37.0 '
11+ __version__ = 'v0.37.1 '
1212__credits__ = ['ChrisWhittington' , 'Claes1981' , 'joergoster' , 'Matthies' ,
1313 'musketeerchess' , 'teytaud' , 'thehlopster' ,
1414 'tryingsomestuff' ]
@@ -589,8 +589,7 @@ def main():
589589 help = 'Engine filename or engine path and filename, default=uci' ,
590590 default = 'uci' )
591591 parser .add_argument ('--base-time-sec' , required = False ,
592- help = 'Base time in sec for time control. If depth is not'
593- ' defined this option should have a value.' )
592+ help = 'Base time in sec for time control.' )
594593 parser .add_argument ('--inc-time-sec' , required = False ,
595594 help = 'Increment time in sec for time control.' )
596595 parser .add_argument ('--depth' , required = False ,
@@ -599,13 +598,13 @@ def main():
599598 'Example:\n '
600599 '--depth 6 ...' )
601600 parser .add_argument ('--move-time-ms' , required = False ,
602- help = 'The maximum search time in milliseconds. Example\n '
601+ help = 'The maximum search time in milliseconds. This is only for cutechess. Example\n '
603602 '--move-time-ms 1000\n '
604603 'and engine is set to search at 1s. The cutechess\n '
605604 'timemargin is set at 50ms.' )
606605 parser .add_argument ('--nodes' , required = False ,
607606 help = 'The maximum nodes that the engine is'
608- ' allowed to search. Do not use other\n '
607+ ' allowed to search. This is only for cutechess. Do not use other\n '
609608 'move control like --base-time-sec or'
610609 ' --depth or --move-time-sec example:\n '
611610 '--nodes 500 ...' )
0 commit comments