Skip to content

Commit

Permalink
Update help.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmosca committed Jan 25, 2023
1 parent 5a774b3 commit 111b4f0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,21 @@ Open your command prompt or powershell and type:

::

usage: pgnhelper roundrobin [-h] --inpgnfn INPGNFN --output OUTPUT [--win-point WIN_POINT] [--draw-point DRAW_POINT] [--armageddon-file ARMAGEDDON_FILE]
[--win-point-arm WIN_POINT_ARM] [--loss-point-arm LOSS_POINT_ARM] [--show-max-score] [--table-color TABLE_COLOR]
usage: pgnhelper roundrobin [-h] --inpgnfn INPGNFN --output OUTPUT [--win-point WIN_POINT] [--draw-point DRAW_POINT] [--armageddon-file ARMAGEDDON_FILE] [--win-point-arm WIN_POINT_ARM]
[--loss-point-arm LOSS_POINT_ARM] [--show-max-score]

options:
-h, --help show this help message and exit
--inpgnfn INPGNFN Write the input pgn filename, required.
--output OUTPUT Write the output filename, required, can be .html, .csv or .txt. e.g --output tata_steel.html
--output OUTPUT Write the output filename, required, can be .html, .csv or .txt, like out.txt
--win-point WIN_POINT
The point when the player wins, default=1.0
--draw-point DRAW_POINT
The point when the player draws, default=0.5
--armageddon-file ARMAGEDDON_FILE
The armageddon pgn file, not required, default=None, if the tournament is governed by armageddon tie-break system, you need to intput the
armageddon pgn file.
The armageddon pgn file, not required, default=None, if the tournament is governed by armageddon tie-break system, you need to intput the armageddon pgn file.
--win-point-arm WIN_POINT_ARM
The point when one player wins the armageddon match, not required, default=1.0
--loss-point-arm LOSS_POINT_ARM
The point when one player loses the armageddon match, not required, default=0.0
--show-max-score A flag to show MaxScore column in the table, can be useful when scoring is not standard.
--table-color TABLE_COLOR
Write table color not required. [default="blue_light" value=("yellow_light", "grey_light", "orange_light", "green_light", "red_light",
"yellow_dark", "grey_dark", "blue_dark", "orange_dark", "green_dark", "red_dark")]

0 comments on commit 111b4f0

Please sign in to comment.