Skip to content

Commit 7c8b55d

Browse files
committed
review
1 parent c994af6 commit 7c8b55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/fmt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func newFmtCommand(logger logutils.Log, info BuildInfo) *fmtCommand {
7070
setupFormattersFlagSet(c.viper, fs)
7171

7272
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"))
73+
fs.BoolVar(&c.opts.stdin, "stdin", false, color.GreenString("Use standard input for piping source files"))
7474

7575
c.cmd = fmtCmd
7676

0 commit comments

Comments
 (0)