cmd.Flags().StringVarP(&o.Selector,"selector","l",o.Selector,"Selector (label query) to filter on.")
cmd.Flags().IntVar(&o.MaxFollowConcurency,"max-log-requests",o.MaxFollowConcurency,"Specify maximum number of concurrent logs to follow when using by a selector. Defaults to 5.")