Skip to content

Commit c8be4d6

Browse files
committed
fixed string
1 parent 00c9124 commit c8be4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command/ExportCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ protected function buildOptionParser(ConsoleOptionParser $parser)
4747
'short' => 'f',
4848
],
4949
'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' .
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 ' .
5252
'will be deleted'),
5353
'short' => 'r',
5454
],

0 commit comments

Comments
 (0)