From c0be150f06dae1eaa01709b659f3be250dde16ce Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Mon, 27 Apr 2020 17:50:59 +0200 Subject: [PATCH] Fix formatting for add govet command --- cmd/add.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/add.go b/cmd/add.go index 0151c97..292ae7a 100644 --- a/cmd/add.go +++ b/cmd/add.go @@ -50,9 +50,9 @@ func AgAddCmd() *cobra.Command { func GovetAddCmd() *cobra.Command { cmd := &cobra.Command{ - Use: "govet", - Short: "Generates the tickets reading govet's output from stdin", - Long: `Generates tickets for the campaign reading the output of govet from the standard input. Govet usually writes to the standard error descriptor, so the output must be redirected. The generated ticket will contain three fields: + Use: "govet", + Short: "Generates the tickets reading govet's output from stdin", + Long: `Generates tickets for the campaign reading the output of govet from the standard input. Govet usually writes to the standard error descriptor, so the output must be redirected. The generated ticket will contain three fields: - filename: the filename yield by grep - lineNo: the line number yield by grep