File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
private/buf/cmd/buf/command/lsfiles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ func (f *flags) Bind(flagSet *pflag.FlagSet) {
110
110
formatFlagName ,
111
111
formatText ,
112
112
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` ,
114
114
stringutil .SliceToString (allFormats ),
115
115
),
116
116
)
@@ -125,7 +125,7 @@ func (f *flags) Bind(flagSet *pflag.FlagSet) {
125
125
includeImportableFlagName ,
126
126
false ,
127
127
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" ,
129
129
includeImportsFlagName ,
130
130
),
131
131
)
You can’t perform that action at this time.
0 commit comments