We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d04c0 commit d3c85caCopy full SHA for d3c85ca
pkg/commands/flagsets.go
@@ -63,7 +63,7 @@ func setupOutputFlagSet(v *viper.Viper, fs *pflag.FlagSet) {
63
internal.AddFlagAndBind(v, fs, fs.String, "path-prefix", "output.path-prefix", "",
64
color.GreenString("Path prefix to add to output"))
65
internal.AddFlagAndBind(v, fs, fs.String, "path-mode", "output.path-mode", "",
66
- color.GreenString("Path mode to use"))
+ color.GreenString("Path mode to use (empty, or 'abs')"))
67
internal.AddFlagAndBind(v, fs, fs.Bool, "show-stats", "output.show-stats", true, color.GreenString("Show statistics per linter"))
68
69
setupOutputFormatsFlagSet(v, fs)
0 commit comments