Skip to content

Commit

Permalink
fix help message of run_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Belissimo-T committed Jun 4, 2024
1 parent a860e65 commit 50de9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main():
parser.add_argument("--careful", action="store_true", help="Enable careful mode for the gRPC clients. This will "
"raise an exception and stop the client when errors "
"occur that otherwise would be ignored.")
parser.add_argument("ai_file", type=str, help="Paths to the AIs.")
parser.add_argument("ai_file", type=str, help="Path to the AI.")

run_ai(parser.parse_args())

Expand Down

0 comments on commit 50de9bc

Please sign in to comment.