From 957456798022d7fb198d10a6ccf9c9965865cea9 Mon Sep 17 00:00:00 2001 From: MZuenni Date: Mon, 18 Nov 2024 17:00:39 +0100 Subject: [PATCH] fix --- bin/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tools.py b/bin/tools.py index 75704116..ff9cabf1 100755 --- a/bin/tools.py +++ b/bin/tools.py @@ -499,7 +499,7 @@ def build_parser(): statsparser = subparsers.add_parser( 'stats', parents=[global_parser], help='show statistics for contest/problem' ) - statsparser.add_argument('--more', '-m', action='store_true', help='Print more stats.') + statsparser.add_argument('--more', action='store_true', help='Print more stats.') # Generate Testcases genparser = subparsers.add_parser(