Merge pull request #55577 from nextcloud/fix/repair-tree-description

fix(RepairTree): Update files:repair-tree description
This commit is contained in:
Daniel 2025-10-07 17:49:31 +02:00 committed by GitHub
commit 0274a463ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');
}