Skip to content

Commit

Permalink
Fix typo in the AddSubmission script
Browse files Browse the repository at this point in the history
Edit help message of the `--contest-id` argument
  • Loading branch information
MaGaroo authored and andreyv committed May 13, 2021
1 parent ed4e05f commit f3b5de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmscontrib/AddSubmission.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def main():
parser = argparse.ArgumentParser(
description="Adds a submission to a contest in CMS.")
parser.add_argument("-c", "--contest-id", action="store", type=int,
help="id of contest where to add the user")
help="id of contest where to add the submission")
parser.add_argument("-f", "--file", action="append", type=utf8_decoder,
help="in the form <name>:<file>, where name is the "
"name as required by CMS, and file is the name of "
Expand Down

0 comments on commit f3b5de9

Please sign in to comment.