From 2fd39c0796bfcea37617138c8337b0a2a0fb98b3 Mon Sep 17 00:00:00 2001 From: Clivern Date: Wed, 29 Jul 2020 23:11:53 +0200 Subject: [PATCH] update --- cmd/watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/watch.go b/cmd/watch.go index 9e1803b..b4df075 100644 --- a/cmd/watch.go +++ b/cmd/watch.go @@ -11,7 +11,7 @@ import ( var watchCmd = &cobra.Command{ Use: "watch", - Short: "Watch logs for metrics", + Short: "Watch structured logs for metrics", Run: func(cmd *cobra.Command, args []string) { if Verbose { log.SetLevel(log.DebugLevel)