Skip to content

Commit ada1279

Browse files
committed
enhance help text for --controllers flag
1 parent c87157d commit ada1279

File tree

1 file changed

+1
-1
lines changed
  • cmd/openmcp-operator/app

1 file changed

+1
-1
lines changed

cmd/openmcp-operator/app/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func (o *RunOptions) AddFlags(cmd *cobra.Command) {
7474
cmd.Flags().StringVar(&o.MetricsCertKey, "metrics-cert-key", "tls.key", "The name of the metrics server key file.")
7575
cmd.Flags().BoolVar(&o.EnableHTTP2, "enable-http2", false, "If set, HTTP/2 will be enabled for the metrics and webhook servers")
7676

77-
cmd.Flags().StringSliceVar(&o.Controllers, "controllers", allControllers, "List of active controllers.")
77+
cmd.Flags().StringSliceVar(&o.Controllers, "controllers", allControllers, "List of active controllers. Separate with comma or specify flag multiple times to activate multiple controllers.")
7878
}
7979

8080
type RawRunOptions struct {

0 commit comments

Comments
 (0)