diff --git a/cmd/flowlogs-pipeline/main.go b/cmd/flowlogs-pipeline/main.go index 204a81c71..ce49a2415 100644 --- a/cmd/flowlogs-pipeline/main.go +++ b/cmd/flowlogs-pipeline/main.go @@ -48,7 +48,7 @@ var ( // rootCmd represents the root command var rootCmd = &cobra.Command{ Use: "flowlogs-pipeline", - Short: "Expose network flow-logs from metrics", + Short: "Transform, persist and expose flow-logs as network metrics", Run: func(cmd *cobra.Command, args []string) { run() },