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

fix(RepairTree): Update files:repair-tree description
pull/53869/head
Daniel 2025-10-07 17:49:31 +07:00 committed by GitHub
commit 0274a463ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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');
}