From d82e54ea947ad12477e9c07aa50dd7d8fe6fcbe9 Mon Sep 17 00:00:00 2001 From: Ben Irvin Date: Fri, 4 Nov 2022 08:35:14 +0100 Subject: [PATCH] fix comment --- packages/core/strapi/bin/strapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/strapi/bin/strapi.js b/packages/core/strapi/bin/strapi.js index 489328818b..64821a5190 100755 --- a/packages/core/strapi/bin/strapi.js +++ b/packages/core/strapi/bin/strapi.js @@ -275,7 +275,7 @@ program ) ) .addOption( - new Option('--encrypt [boolean]', `Encrypt output file using 'aes-128-ecb'`) // TODO: we should set export a default from data-transfer and display it here + new Option('--encrypt [boolean]', `Encrypt output file using 'aes-128-ecb'`) // TODO: we should get a default from @strapi/data-transfer and display it here .default(true) .argParser(parseInputBool) )