Skip to content

Commit aa2b9b5

Browse files
feat(occ): Add help and update description for files:cleanup
Signed-off-by: Josh <[email protected]>
1 parent 3822db5 commit aa2b9b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/files/lib/Command/DeleteOrphanedFiles.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public function __construct(
2929
protected function configure(): void {
3030
$this
3131
->setName('files:cleanup')
32-
->setDescription('cleanup filecache')
32+
->setDescription('Clean up orphaned filecache and mount entries')
33+
->setHelp('Deletes orphaned filecache and mount entries (those without an existing storage).')
3334
->addOption('skip-filecache-extended', null, InputOption::VALUE_NONE, 'don\'t remove orphaned entries from filecache_extended');
3435
}
3536

0 commit comments

Comments
 (0)