Skip to content

Commit c126f9d

Browse files
authored
Update tag.go (#342)
Requested clarification by an end user
1 parent bf294ba commit c126f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmd/tag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func init() {
187187
exampleCmd.AddCommand(exampleTagCmd)
188188
createCmd.AddCommand(createTagCmd)
189189
createTagCmd.Flags().StringVar(&resourceType, "type", "", "resource type")
190-
createTagCmd.Flags().Bool("assign", false, "assign a tag instead of creating it")
190+
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.")
191191

192192
getCmd.AddCommand(getObjectTagCmd)
193193
getObjectTagCmd.Flags().StringVar(&resourceType, "type", "", "resource type")

0 commit comments

Comments
 (0)