Skip to content

Commit 7f46dbe

Browse files
authored
fix: typo in pbjs help text (#1552)
1 parent da34f43 commit 7f46dbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/pbjs.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ exports.main = function main(args, callback) {
133133
" --no-beautify Does not beautify generated code.",
134134
" --no-comments Does not output any JSDoc comments.",
135135
"",
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.",
139139
"",
140140
"usage: " + chalk.bold.green("pbjs") + " [options] file1.proto file2.json ..." + chalk.gray(" (or pipe) ") + "other | " + chalk.bold.green("pbjs") + " [options] -",
141141
""

0 commit comments

Comments
 (0)