Skip to content

Commit 3ab90d2

Browse files
committed
fix linter
1 parent b197504 commit 3ab90d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

options/flags.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ func (o *Options) AddFlags(cmd *cobra.Command) {
103103
&o.Repos,
104104
FlagRepos,
105105
o.Repos,
106-
"repositories to check (<repo1>, <repo2>, ...). Each repo must be one of:\n - \"owner/repo\"\n - \"github.com/owner/repo\"\n - \"https://github.com/repo\"",
106+
"repositories to check (<repo1>, <repo2>, ...). Each repo must be one of:"+
107+
" \"owner/repo\", \"github.com/owner/repo\", \"https://github.com/repo\"",
107108
)
108109

109110
cmd.Flags().StringVar(

0 commit comments

Comments
 (0)