From 9be52392cf99d5e30a976e2599735afa3972fa71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20Schr=C3=B6der?=
 <fschroeder@techfak.uni-bielefeld.de>
Date: Wed, 17 Apr 2024 14:41:32 +0200
Subject: [PATCH] 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.
---
 cooperative_cuisine/argument_parser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cooperative_cuisine/argument_parser.py b/cooperative_cuisine/argument_parser.py
index d5c6fd46..4a05d148 100644
--- a/cooperative_cuisine/argument_parser.py
+++ b/cooperative_cuisine/argument_parser.py
@@ -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,
-- 
GitLab