From 278efdb8e58ffa06436d2cb07d58fcd537747a04 Mon Sep 17 00:00:00 2001 From: Eran Raichstein Date: Sun, 3 Apr 2022 10:41:37 +0300 Subject: [PATCH] update cli title --- cmd/flowlogs-pipeline/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() },