Update reflex/reflex.py

Co-authored-by: Masen Furer <m_github@0x26.net>
This commit is contained in:
Elijah Ahianyo 2025-01-16 20:12:27 +00:00 committed by Elijah
parent 8096504a36
commit 5205849875

View File

@ -487,7 +487,7 @@ def deploy(
project_name: Optional[str] = typer.Option(
None,
"--project-name",
help="The name of the project to deploy under.",
help="The name of the project to deploy to.",
),
token: Optional[str] = typer.Option(
None,