Skip to content

Commit

Permalink
docs: add description to zstd dump options
Browse files Browse the repository at this point in the history
  • Loading branch information
ResuBaka committed Nov 8, 2024
1 parent 4a408b3 commit b9c3e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/N98/Magento/Command/Database/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b9c3e89

Please sign in to comment.