From 77064ac37c3b7fa81bb9c3cbb5cf7e704ba7c2c3 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Wed, 29 Oct 2025 20:38:22 -0700 Subject: [PATCH] chore: better help --- joint_teapot/app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/joint_teapot/app.py b/joint_teapot/app.py index e4776f6..ab3e744 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -501,7 +501,9 @@ def joj3_check_env( "Example: --penalty-config 24=0.75,48=0.5" ), ), - ignore_submitter: bool = Option(False, help="ignore submitter when checking"), + ignore_submitter: bool = Option( + False, help="ignore submitter when checking submission count" + ), ) -> None: app.pretty_exceptions_enable = False set_settings(Settings(_env_file=env_path))