Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuenni committed Nov 18, 2024
1 parent 35882d3 commit 9574567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9574567

Please sign in to comment.