File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,9 @@ exports.main = function main(args, callback) {
133
133
" --no-beautify Does not beautify generated code." ,
134
134
" --no-comments Does not output any JSDoc comments." ,
135
135
"" ,
136
- " --force-long Enfores the use of 'Long' for s-/u-/int64 and s-/fixed64 fields." ,
137
- " --force-number Enfores the use of 'number' for s-/u-/int64 and s-/fixed64 fields." ,
138
- " --force-message Enfores the use of message instances instead of plain objects." ,
136
+ " --force-long Enforces the use of 'Long' for s-/u-/int64 and s-/fixed64 fields." ,
137
+ " --force-number Enforces the use of 'number' for s-/u-/int64 and s-/fixed64 fields." ,
138
+ " --force-message Enforces the use of message instances instead of plain objects." ,
139
139
"" ,
140
140
"usage: " + chalk . bold . green ( "pbjs" ) + " [options] file1.proto file2.json ..." + chalk . gray ( " (or pipe) " ) + "other | " + chalk . bold . green ( "pbjs" ) + " [options] -" ,
141
141
""
You can’t perform that action at this time.
0 commit comments