diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-09-30 21:31:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-09-30 21:31:52 +0900 |
commit | febf3bbebfc048a068894f90d3a43d7fc6043aa3 (patch) | |
tree | 10db9fdafcdf4f1563aa6ec6259a259cba0e02cc /doc | |
parent | 26ccf10eaceb1c3326ae2207bcd1cb6ecf6fd894 (diff) | |
download | knights-febf3bbebfc048a068894f90d3a43d7fc6043aa3.tar.gz knights-febf3bbebfc048a068894f90d3a43d7fc6043aa3.zip |
Added user option to delete chess engine log files (game.### and log.###) from user home folder on exit.
This resolves bug 2665.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/help_en.docbook | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/help_en.docbook b/doc/help_en.docbook index 1be9fd8..6bc3be7 100644 --- a/doc/help_en.docbook +++ b/doc/help_en.docbook @@ -352,6 +352,9 @@ <para> <menuchoice><guimenu>Call Flag Automatically</guimenu></menuchoice> This option will automatically declare you the winner of the match if your opponent's clock runs out of time. </para> + <para> + <menuchoice><guimenu>Delete Log Files on Exit</guimenu></menuchoice> If set, chess engine log files will be deleted on exit. Only files named "game.###" and "log.###" placed in the user home folder will be removed + </para> </sect1> <sect1 id="configure-display"> <title>Display</title> |