Skip to content

Commit d3c85ca

Browse files
committed
review
1 parent 01d04c0 commit d3c85ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/flagsets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func setupOutputFlagSet(v *viper.Viper, fs *pflag.FlagSet) {
6363
internal.AddFlagAndBind(v, fs, fs.String, "path-prefix", "output.path-prefix", "",
6464
color.GreenString("Path prefix to add to output"))
6565
internal.AddFlagAndBind(v, fs, fs.String, "path-mode", "output.path-mode", "",
66-
color.GreenString("Path mode to use"))
66+
color.GreenString("Path mode to use (empty, or 'abs')"))
6767
internal.AddFlagAndBind(v, fs, fs.Bool, "show-stats", "output.show-stats", true, color.GreenString("Show statistics per linter"))
6868

6969
setupOutputFormatsFlagSet(v, fs)

0 commit comments

Comments
 (0)