bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] Minor output bug in commandline


From: Massimiliano Maini
Subject: [Bug-gnubg] Minor output bug in commandline
Date: Tue, 3 Feb 2009 11:28:24 +0100


(No game) help set evaluat
set evaluation - Control position evaluation parameters

Usage: set evaluation <subcommand>
Available subcommands
:chequerplay            Set evaluation parameters for chequer play
cubedecision    Set evaluation parameters for cube decisions
movefilter      Set parameters for choosing moves to evaluate

The colon (:) after "available subcommands" is ugly.

Responsible code is in gnubg.c (CommandHelp(), line 1837):

    if( pc->pc && pc->pc->sz ) {
        outputl( pc == &cTop ? _("Available commands") :
                 _("Available subcommands") );
        outputc(':');

MaX.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]