We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 142e6e4 + cba78d8 commit fffb5b9Copy full SHA for fffb5b9
internal/common/thresholds/thresholds.go
@@ -52,7 +52,6 @@ func AddFlags(flagP *pflag.FlagSet, ths *[]ThresholdOption) {
52
desc.WriteString((*ths)[i].Description)
53
54
if (*ths)[i].Default.IsSet {
55
- desc.WriteString(" (Default: " + (*ths)[i].Default.Th.String() + ")")
56
(*ths)[i].Th.IsSet = (*ths)[i].Default.IsSet
57
(*ths)[i].Th.Th = (*ths)[i].Default.Th
58
}
0 commit comments