Skip to content

Commit

Permalink
small fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
guptado committed Feb 7, 2025
1 parent cd46acb commit 2c3a9af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/partner_interconnect_attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ With the Partner Interconnect Attachments commands, you can get, list, create, u
"The Partner Interconnect Attachment's vpc ids", requiredOpt())
cmdPartnerIAUpdate.Example = `The following example updates the name of a Partner Interconnect Attachment with the ID ` +
"`" + `f81d4fae-7dec-11d0-a765-00a0c91e6bf6` + "`" + ` to ` + "`" + `new-name` + "`" +
`: doctl network --type "partner" interconnect-attachment update f81d4fae-7dec-11d0-a765-00a0c91e6bf6 --name new-name`
`: doctl network --type "partner" interconnect-attachment update f81d4fae-7dec-11d0-a765-00a0c91e6bf6 --name "new-name" --
vpc-ids "270a76ed-1bb7-4c5d-a6a5-e863de086940"`

return cmd
}
Expand Down

0 comments on commit 2c3a9af

Please sign in to comment.