diff --git a/flyctl/cmd/fly_mpg.md b/flyctl/cmd/fly_mpg.md index 0aff8b209e..75e9086f41 100644 --- a/flyctl/cmd/fly_mpg.md +++ b/flyctl/cmd/fly_mpg.md @@ -3,7 +3,7 @@ Manage Managed Postgres clusters. ## Usage ~~~ -fly mpg [flags] +fly mpg [command] [flags] ~~~ ## Available Commands diff --git a/flyctl/cmd/fly_mpg_create.md b/flyctl/cmd/fly_mpg_create.md index 580cd687f8..b580c52e68 100644 --- a/flyctl/cmd/fly_mpg_create.md +++ b/flyctl/cmd/fly_mpg_create.md @@ -16,6 +16,7 @@ fly mpg create [flags] --pg-major-version int The major version of Postgres to use for the Postgres cluster. Supported versions are 16 and 17. (default 16) --plan string The plan to use for the Postgres cluster: Basic, Starter, Launch, Scale, Performance -r, --region string The target region (see 'flyctl platform regions') + --v2 Create a Postgres cluster deployed on the V2 platform --volume-size int The volume size in GB (default 10) ~~~