Skip to content

Commit

Permalink
Merge pull request #169 from eranra/fix-cli-title
Browse files Browse the repository at this point in the history
update cli title
  • Loading branch information
eranra committed Apr 3, 2022
2 parents 6e05f32 + 278efdb commit 0bc0398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flowlogs-pipeline/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
},
Expand Down

0 comments on commit 0bc0398

Please sign in to comment.