We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c9124 commit c8be4d6Copy full SHA for c8be4d6
src/Command/ExportCommand.php
@@ -47,8 +47,8 @@ protected function buildOptionParser(ConsoleOptionParser $parser)
47
'short' => 'f',
48
],
49
'rotate' => [
50
- 'help' => __d('database_backup', 'Rotates backups. You have to indicate the number of backups' .
51
- 'you ìwant to keep. So, it will delete all backups that are older. By default, no backup' .
+ 'help' => __d('database_backup', 'Rotates backups. You have to indicate the number of backups ' .
+ 'you want to keep. So, it will delete all backups that are older. By default, no backup ' .
52
'will be deleted'),
53
'short' => 'r',
54
0 commit comments