We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c994af6 commit 7c8b55dCopy full SHA for 7c8b55d
pkg/commands/fmt.go
@@ -70,7 +70,7 @@ func newFmtCommand(logger logutils.Log, info BuildInfo) *fmtCommand {
70
setupFormattersFlagSet(c.viper, fs)
71
72
fs.BoolVarP(&c.opts.diff, "diff", "d", false, color.GreenString("Display diffs instead of rewriting files"))
73
- fs.BoolVar(&c.opts.stdin, "stdin", false, color.GreenString("Use standard input"))
+ fs.BoolVar(&c.opts.stdin, "stdin", false, color.GreenString("Use standard input for piping source files"))
74
75
c.cmd = fmtCmd
76
0 commit comments