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