fix(RepairTree): Update files:repair-tree description

to note that running the command multiple times may be necessary

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/55577/head
Marcel Klehr 2025-10-06 16:25:45 +07:00
parent 678a8a75ad
commit e237ac54cc
1 changed files with 1 additions and 1 deletions

@ -25,7 +25,7 @@ class RepairTree extends Command {
protected function configure(): void {
$this
->setName('files:repair-tree')
->setDescription('Try and repair malformed filesystem tree structures')
->setDescription('Try and repair malformed filesystem tree structures (may be necessary to run multiple times for nested malformations)')
->addOption('dry-run');
}