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(