Ticket #108 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

"gnugo --help debug" does not show all options

Reported by: alain Owned by: gnugo
Priority: normal Milestone: 3.7.9
Component: source Version:
Severity: trivial Keywords:
Cc: patch: yes

Description

Some options are not described when invoking --help or --help debug

Either fix this, or say "read the fabulous manual" ;-)

Attachments

help-msg.patch Download (8.6 KB) - added by alain 6 years ago.
ok, the patch have been replaced by a new one. --aftermath and --capture-all-dead are moved outside "Scoring options"

Regression Results

Attachment Rev. PASS FAIL Nodes Status
help-msg.patch Download never tested

Change History

comment:1 Changed 6 years ago by alain

1/ Fix probable typo in help message USAGE_DEBUG:

--debuginfluence replaced by --debug-influence

2/ Removed unimplemented option in help message USAGE_DEBUG2 (was already in 3.4):

--genmove <color> generate a move for color

3/ call set_depth_values to see default values in help message

4/ Add something for existing long-options without help message, and small reordering.

comment:2 Changed 6 years ago by alain

  • patch set

comment:3 Changed 6 years ago by gunnar

+\n\
+Scoring:\n\
+   --score estimate        estimate score at loaded position\n\
+   --score finish          generate moves to finish game, then score\n\
+   --score aftermath       generate moves to finish, use best algorithm\n\
+   --play-out-aftermath\n\
+   --capture-all-dead\n\
+\n\

The last two options are not scoring options. They have to do with how "settled" the board is before passing.

Changed 6 years ago by alain

ok, the patch have been replaced by a new one. --aftermath and --capture-all-dead are moved outside "Scoring options"

comment:4 Changed 6 years ago by arend

  • Status changed from new to closed
  • Resolution set to fixed

comment:5 Changed 6 years ago by gunnar

  • Milestone changed from 3.8 to 3.7.9
Note: See TracTickets for help on using tickets.