Fix formatting for add govet command
This commit is contained in:
parent
aad8c6b884
commit
c0be150f06
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ func AgAddCmd() *cobra.Command {
|
||||||
|
|
||||||
func GovetAddCmd() *cobra.Command {
|
func GovetAddCmd() *cobra.Command {
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "govet",
|
Use: "govet",
|
||||||
Short: "Generates the tickets reading govet's output from stdin",
|
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:
|
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
|
- filename: the filename yield by grep
|
||||||
- lineNo: the line number yield by grep
|
- lineNo: the line number yield by grep
|
||||||
|
|
Loading…
Reference in a new issue