diff --git a/src/Command/DumpCommand.php b/src/Command/DumpCommand.php index 8768f2c..68fe80c 100644 --- a/src/Command/DumpCommand.php +++ b/src/Command/DumpCommand.php @@ -102,6 +102,8 @@ protected function configure() 'Dump only rows selected by given WHERE condition.') ->addOption('gdpr-expressions', null, InputOption::VALUE_OPTIONAL, 'A json of gdpr sql-expressions keyed by table and column.') + ->addOption('gdpr-replacements', null, InputOption::VALUE_OPTIONAL, + 'A json of gdpr replacement values keyed by table and column.') ->addOption('debug-sql', null, InputOption::VALUE_NONE, 'Add a comment with the dump sql.') // This seems NOT to work as documented.