Skip to content

Commit

Permalink
fix readme and set default value
Browse files Browse the repository at this point in the history
  • Loading branch information
torhoehn authored and cmuench committed Feb 6, 2021
1 parent a6dc11f commit 5adaafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ Dumps configured Magento database with `mysqldump`.
| Option | Description |
| --------------------------| --------------------------------------------------------------------------------------|
| `--add-routines` | Include stored routines in dump (procedures & functions). |
| `--add-time` | Adds time to filename (only if filename was not provided) |
| `--add-time` | Adds time to filename (only if filename was provided) |
| `--compression` `-c` | Compress the dump file using one of the supported algorithms |
| `--dry-run` | Do everything but the actual dump. Useful to test. |
| `--exclude` | Tables to exclude entirely from the dump (including structure) |
Expand Down
2 changes: 1 addition & 1 deletion src/N98/Magento/Command/Database/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected function configure()
InputOption::VALUE_OPTIONAL,
'Append or prepend a timestamp to filename if a filename is provided. ' .
'Possible values are "suffix", "prefix" or "no".',
''
'no'
)
->addOption(
'compression',
Expand Down

0 comments on commit 5adaafa

Please sign in to comment.