From 8118ea0397f96bea0abd9d8e1a8a73f28da4bc7b Mon Sep 17 00:00:00 2001 From: Javier Matos Odut Date: Wed, 13 Apr 2022 02:55:43 +0200 Subject: [PATCH] Fixes issue #171 --- bin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/index.js b/bin/index.js index b9b5e8d..81df13c 100755 --- a/bin/index.js +++ b/bin/index.js @@ -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 ', 'Specify the character fold length for strings') .option('--compatibilityJSON ', "Set to 'v4' to generate i18next@21 compatible json files") .parse(process.argv);