Ticket #108 (closed defect: fixed)
"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
Regression Results
| Attachment | Rev. | PASS | FAIL | Nodes | Status | |
| help-msg.patch | never tested |
Change History
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
-
attachment
help-msg.patch
added
ok, the patch have been replaced by a new one. --aftermath and --capture-all-dead are moved outside "Scoring options"
Note: See
TracTickets for help on using
tickets.

1/ Fix probable typo in help message USAGE_DEBUG:
2/ Removed unimplemented option in help message USAGE_DEBUG2 (was already in 3.4):
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.