Skip to content

Commit

Permalink
Update commands/vpc_peerings.go
Browse files Browse the repository at this point in the history
Co-authored-by: ddatta-do <[email protected]>
  • Loading branch information
guptado and ddatta-do authored May 17, 2024
1 parent 854e9df commit 01de834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/vpc_peerings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <id>",
"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 ` +
Expand Down

0 comments on commit 01de834

Please sign in to comment.