From 0f9d43605df5cadb323958ffd91d5d1c33dc1d8f Mon Sep 17 00:00:00 2001 From: Arto Jonsson Date: Fri, 8 May 2009 12:50:45 +0300 Subject: [PATCH] Cutechess-cli exits after displaying the list. --- docs/cutechess-cli.txt | 2 +- projects/cli/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cutechess-cli.txt b/docs/cutechess-cli.txt index a96cb49..89b84dd 100644 --- a/docs/cutechess-cli.txt +++ b/docs/cutechess-cli.txt @@ -27,7 +27,7 @@ OPTIONS Display help information. --engines:: - Display a list of configured engines. + Display the list of configured engines and exit. -fcp :: Apply to the first engine. diff --git a/projects/cli/src/main.cpp b/projects/cli/src/main.cpp index 3a35524..b0d8fd7 100644 --- a/projects/cli/src/main.cpp +++ b/projects/cli/src/main.cpp @@ -403,7 +403,7 @@ int main(int argc, char* argv[]) "Options:\n" " --help Display this information\n" " --version Display the version number\n" - " --engines Display a list of configured engines\n\n" + " --engines Display the list of configured engines and exit\n\n" " -fcp Apply to the first engine\n" " -scp Apply to the second engine\n" " -both Apply to both engines\n" -- 2.11.4.GIT