diff --git a/cooperative_cuisine/argument_parser.py b/cooperative_cuisine/argument_parser.py
index d5c6fd4660c47e70a359de5fb95a735d19d43235..4a05d14849695c8c51abc9129a76ff42bc9a881b 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,