Skip to content

Commit 499a464

Browse files
GokceGKmarceljk
andauthored
Update internal/cmd/server/create/create.go
Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>
1 parent 77ab52e commit 499a464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/server/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func configureFlags(cmd *cobra.Command) {
183183
cmd.MarkFlagsMutuallyExclusive(networkIdFlag, networkInterfaceIdsFlag)
184184
cmd.MarkFlagsOneRequired(networkIdFlag, networkInterfaceIdsFlag)
185185

186-
// hide image-id flag from help command to prevent users from using it alone which leads to errors
186+
// hide image-id flag from help command to prevent users from using it alone which leads to errors, because it works only with small images
187187
// instead of using image-id alone, boot-volume flags can be used with type image
188188
cobra.CheckErr(cmd.Flags().MarkHidden(imageIdFlag))
189189

0 commit comments

Comments
 (0)