Update help text command for listing VM types
This commit is contained in:
parent
6494683c27
commit
05eb1d6a3a
@ -647,7 +647,7 @@ def deployv2(
|
|||||||
vmtype: Optional[str] = typer.Option(
|
vmtype: Optional[str] = typer.Option(
|
||||||
None,
|
None,
|
||||||
"--vmtype",
|
"--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(
|
hostname: Optional[str] = typer.Option(
|
||||||
None,
|
None,
|
||||||
|
Loading…
Reference in New Issue
Block a user