diff --git a/src/N98/Magento/Command/Database/DumpCommand.php b/src/N98/Magento/Command/Database/DumpCommand.php index 76b0ad4a..f0198096 100644 --- a/src/N98/Magento/Command/Database/DumpCommand.php +++ b/src/N98/Magento/Command/Database/DumpCommand.php @@ -39,8 +39,8 @@ protected function configure() $this ->setName('db:dump') ->addArgument('filename', InputArgument::OPTIONAL, 'Dump filename') - ->addOption('zstd-level', null, InputOption::VALUE_OPTIONAL, '', 10) - ->addOption('zstd-extra-args', null, InputOption::VALUE_OPTIONAL, '', '') + ->addOption('zstd-level', null, InputOption::VALUE_OPTIONAL, 'Set the level of compression the higher the smaller the result', 10) + ->addOption('zstd-extra-args', null, InputOption::VALUE_OPTIONAL, 'Set custom extra options that zstd supports', '') ->addOption( 'add-time', 't',