mirror of
https://github.com/strapi/strapi.git
synced 2025-11-04 20:07:19 +00:00
fix comment
This commit is contained in:
parent
e2dc9b2a64
commit
d82e54ea94
@ -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)
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user