From 01de834608e8e38a38349e6a8c29d27ffb33b348 Mon Sep 17 00:00:00 2001 From: guptado <141348137+guptado@users.noreply.github.com> Date: Fri, 17 May 2024 19:07:33 +0530 Subject: [PATCH] Update commands/vpc_peerings.go Co-authored-by: ddatta-do <147642663+ddatta-do@users.noreply.github.com> --- commands/vpc_peerings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/vpc_peerings.go b/commands/vpc_peerings.go index 7756cc750..7a60a5832 100644 --- a/commands/vpc_peerings.go +++ b/commands/vpc_peerings.go @@ -56,7 +56,7 @@ With the VPC Peerings commands, you can get, list, create, update, or delete VPC ` : doctl vpc-peerings create --name example-peering --first-vpc-id f81d4fae-7dec-11d0-a765-00a0c91e6bf6 --second-vpc-id 3f900b61-30d7-40d8-9711-8c5d6264b268` cmdPeeringUpdate := CmdBuilder(cmd, RunVPCPeeringUpdate, "update ", - "Update a VPC Peering's configuration", `Updates a VPC Peering's configuration. You can update its name.`, Writer, aliasOpt("u")) + "Update a VPC Peering's name", `Use this command to update the name of a VPC Peering`, Writer, aliasOpt("u")) AddStringFlag(cmdPeeringUpdate, doctl.ArgVPCPeeringName, "", "", "The VPC network's name") cmdPeeringUpdate.Example = `The following example updates the name of a VPC Peering with the ID ` +