From 6d73279a18c0192df43316ce4cf61f4096175d73 Mon Sep 17 00:00:00 2001 From: Gabriela Limberea Date: Mon, 9 Oct 2023 14:57:42 +0300 Subject: [PATCH] regen docs --- docs/subcommands/Compute Engine/lan/create.md | 2 +- docs/subcommands/Compute Engine/lan/update.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/subcommands/Compute Engine/lan/create.md b/docs/subcommands/Compute Engine/lan/create.md index 56f2b7483..a6f2f830d 100644 --- a/docs/subcommands/Compute Engine/lan/create.md +++ b/docs/subcommands/Compute Engine/lan/create.md @@ -47,7 +47,7 @@ Required values to run command: -D, --depth int32 Controls the detail depth of the response objects. Max depth is 10. -f, --force Force command to execute without user input -h, --help Print usage - --ipv6-cidr string The /64 IPv6 Cidr as defined in RFC 4291. It needs to be within the Datacenter IPv6 Cidr Block.It can also be set to "AUTO" or "DISABLE". (default "DISABLE") + --ipv6-cidr string The /64 IPv6 Cidr as defined in RFC 4291. It needs to be within the Datacenter IPv6 Cidr Block. It can also be set to "AUTO" or "DISABLE". (default "DISABLE") -n, --name string The name of the LAN (default "Unnamed LAN") -o, --output string Desired output format [text|json] (default "text") --pcc-id string The unique Id of the Private Cross-Connect the LAN will connect to diff --git a/docs/subcommands/Compute Engine/lan/update.md b/docs/subcommands/Compute Engine/lan/update.md index 1da56a79c..ae3438db2 100644 --- a/docs/subcommands/Compute Engine/lan/update.md +++ b/docs/subcommands/Compute Engine/lan/update.md @@ -46,7 +46,7 @@ Required values to run command: -D, --depth int32 Controls the detail depth of the response objects. Max depth is 10. -f, --force Force command to execute without user input -h, --help Print usage - --ipv6-cidr string The /64 IPv6 Cidr as defined in RFC 4291. It needs to be within the Datacenter IPv6 Cidr Block.It can also be set to "AUTO" or "DISABLE". (default "disable") + --ipv6-cidr string The /64 IPv6 Cidr as defined in RFC 4291. It needs to be within the Datacenter IPv6 Cidr Block. It can also be set to "AUTO" or "DISABLE". (default "disable") -i, --lan-id string The unique LAN Id (required) -n, --name string The name of the LAN -o, --output string Desired output format [text|json] (default "text")