diff --git a/apps/files/lib/Command/RepairTree.php b/apps/files/lib/Command/RepairTree.php index e5b28983cf25e..3f7da68fb229e 100644 --- a/apps/files/lib/Command/RepairTree.php +++ b/apps/files/lib/Command/RepairTree.php @@ -25,7 +25,7 @@ public function __construct( 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'); }