fix comment

This commit is contained in:
Ben Irvin 2022-11-04 08:35:14 +01:00
parent e2dc9b2a64
commit d82e54ea94

View File

@ -275,7 +275,7 @@ program
) )
) )
.addOption( .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) .default(true)
.argParser(parseInputBool) .argParser(parseInputBool)
) )