Update help text command for listing VM types

This commit is contained in:
Masen Furer 2024-11-18 16:27:35 -08:00
parent 6494683c27
commit 05eb1d6a3a
No known key found for this signature in database
GPG Key ID: 2AE2BD5531FF94F4

View File

@ -647,7 +647,7 @@ def deployv2(
vmtype: Optional[str] = typer.Option(
None,
"--vmtype",
help="Vm type id. Run reflex apps vmtypes list to get options.",
help="VM type id. Run `reflex apps vmtypes` to get options.",
),
hostname: Optional[str] = typer.Option(
None,