Skip to content

Commit 0cce628

Browse files
Apply suggestions from code review
Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>
1 parent 0b9e6e9 commit 0cce628

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/cmd/beta/alb/template/template.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ var (
2424
formatFlag = flags.StringEnumFlag(
2525
"format",
2626
[]string{"json", "yaml"},
27-
"Defines the output format, default is 'json'",
27+
"Defines the output format",
2828
flags.StringEnumIgnoreCase[string](),
2929
flags.StringEnumShortHand[string]("f"),
3030
flags.StringEnumDefaultValue("json"),
3131
)
3232
typeFlag = flags.StringEnumFlag(
3333
"type",
3434
[]string{"alb", "pool"},
35-
"Defines the output type, default is 'alb'",
35+
"Defines the output type",
3636
flags.StringEnumIgnoreCase[string](),
3737
flags.StringEnumShortHand[string]("t"),
3838
flags.StringEnumDefaultValue("alb"),

0 commit comments

Comments
 (0)