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) {