Skip to content

Commit

Permalink
Update tag.go (#342)
Browse files Browse the repository at this point in the history
Requested clarification by an end user
  • Loading branch information
rocktavious authored Oct 22, 2024
1 parent bf294ba commit c126f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func init() {
exampleCmd.AddCommand(exampleTagCmd)
createCmd.AddCommand(createTagCmd)
createTagCmd.Flags().StringVar(&resourceType, "type", "", "resource type")
createTagCmd.Flags().Bool("assign", false, "assign a tag instead of creating it")
createTagCmd.Flags().Bool("assign", false, "if a tag with the same key already exists it will be updated, otherwise a new tag will be created.")

getCmd.AddCommand(getObjectTagCmd)
getObjectTagCmd.Flags().StringVar(&resourceType, "type", "", "resource type")
Expand Down

0 comments on commit c126f9d

Please sign in to comment.