Skip to content

Commit 1c28f2d

Browse files
committed
More fixes
1 parent 0bc8091 commit 1c28f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

private/buf/cmd/buf/command/lsfiles/lsfiles.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func (f *flags) Bind(flagSet *pflag.FlagSet) {
110110
formatFlagName,
111111
formatText,
112112
fmt.Sprintf(
113-
`The format to print the Protofile files. Must be one of %s`,
113+
`The format to print the .proto files. Must be one of %s`,
114114
stringutil.SliceToString(allFormats),
115115
),
116116
)
@@ -125,7 +125,7 @@ func (f *flags) Bind(flagSet *pflag.FlagSet) {
125125
includeImportableFlagName,
126126
false,
127127
fmt.Sprintf(
128-
"Include all .proto file that are importable by the input. --%s is redundant if this is set",
128+
"Include all .proto files that are importable by the input. --%s is redundant if this is set",
129129
includeImportsFlagName,
130130
),
131131
)

0 commit comments

Comments
 (0)