Skip to content
Snippets Groups Projects
Commit 9be52392 authored by Florian Schröder's avatar Florian Schröder
Browse files

Change argument flag for study port

The command line argument flag for specifying the study port has been changed from "-p" to "-sp". This alteration ensures a clearer distinction from other possible single-character argument flags.
parent 46d57a0a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ def study_server_arguments(
help=f"Overcooked Study Server host url.",
)
parser.add_argument(
"-p",
"-sp",
"--study-port",
type=int,
default=default_study_port,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment