aboutsummaryrefslogtreecommitdiff
path: root/judge
diff options
context:
space:
mode:
Diffstat (limited to 'judge')
-rw-r--r--judge/core.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/judge/core.ml b/judge/core.ml
index 136b281..33329ff 100644
--- a/judge/core.ml
+++ b/judge/core.ml
@@ -130,7 +130,7 @@ module Core (G: GAME) : CORE = struct
"-t", Arg.Set_int pt_tie, "Points granted on tie (+1)";
"-l", Arg.Set_int pt_lose, "Points granted on lose (0)";
"-e", Arg.Set_int pt_elim, "Points granted on eliminated (-1)";
- "-l", Arg.Set log_games, "Log all games (false)";
+ "-v", Arg.Set log_games, "Log all games (false)";
] in
Arg.parse args (fun s -> game_dir := s)