From f6766547f91294c971a149b2a3d05a5701071936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Mon, 11 Sep 2023 18:25:47 +0300 Subject: [PATCH] jpictl: fixup the verbosity flag to obey line limit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nagy Károly Gábriel --- cmd/jpictl/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/jpictl/main.go b/cmd/jpictl/main.go index 14cf10c..8976e78 100644 --- a/cmd/jpictl/main.go +++ b/cmd/jpictl/main.go @@ -28,7 +28,8 @@ func main() { } func init() { - rootCmd.PersistentFlags().CountVarP(&verbosity, "verbosity", "v", "increase the verbosity level to Warn, Info or Debug") + rootCmd.PersistentFlags().CountVarP(&verbosity, "verbosity", "v", + "increase the verbosity level to Warn, Info or Debug") } func setVerbosity(_ *cobra.Command, _ []string) {