Skip to content

Commit

Permalink
Merge pull request #172 from javiermatos/master
Browse files Browse the repository at this point in the history
Fixes issue #171
  • Loading branch information
perrin4869 authored Apr 13, 2022
2 parents d313da5 + 8118ea0 commit 0927fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ program
.option('--splitNewLine', 'Silence output', false)
.option('--ctxSeparator [sep]', 'Specify the context separator', '_')
.option('--ignorePlurals', 'Do not process the plurals')
.option('--foldLength', 'Specify the character fold length for strings')
.option('--foldLength <value>', 'Specify the character fold length for strings')
.option('--compatibilityJSON <ver>', "Set to 'v4' to generate i18next@21 compatible json files")
.parse(process.argv);

Expand Down

0 comments on commit 0927fe4

Please sign in to comment.