mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
FIX: This fill finish -> This will finish
Signed-off-by: sodimel <corentin@244466666.xyz>
This commit is contained in:
parent
ad00a149ea
commit
5e18ffa89d
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class Repair extends Command {
|
|||
|
||||
$output->writeln("A total of $total preview files need to be migrated.");
|
||||
$output->writeln("");
|
||||
$output->writeln("The migration will always migrate all previews of a single file in a batch. After each batch the process can be canceled by pressing CTRL-C. This fill finish the current batch and then stop the migration. This migration can then just be started and it will continue.");
|
||||
$output->writeln("The migration will always migrate all previews of a single file in a batch. After each batch the process can be canceled by pressing CTRL-C. This will finish the current batch and then stop the migration. This migration can then just be started and it will continue.");
|
||||
|
||||
if ($input->getOption('batch')) {
|
||||
$output->writeln('Batch mode active: migration is started right away.');
|
||||
|
|
|
|||
Loading…
Reference in a new issue