Skip to content

Commit 0da36dd

Browse files
bahkauv70marceljk
andcommitted
Update internal/cmd/beta/image/update/update.go
Co-authored-by: Marcel Jacek <[email protected]>
1 parent 2e09046 commit 0da36dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/beta/image/update/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
111111
Long: "Updates an image",
112112
Args: args.SingleArg(imageIdArg, utils.ValidateUUID),
113113
Example: examples.Build(
114-
examples.NewExample(`Update the name of image "xxx"`, `$ stackit beta image update xxx --name my-new-name`),
114+
examples.NewExample(`Update the name of an image with ID "xxx"`, `$ stackit beta image update xxx --name my-new-name`),
115115
examples.NewExample(`Update the labels of image "xxx"`, `$ stackit beta image update xxx --labels label1=value1,label2=value2`),
116116
),
117117
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)