Skip to content

Commit

Permalink
feat(occ): Add help and update description for files:cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored Nov 20, 2024
1 parent 3822db5 commit aa2b9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files/lib/Command/DeleteOrphanedFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public function __construct(
protected function configure(): void {
$this
->setName('files:cleanup')
->setDescription('cleanup filecache')
->setDescription('Clean up orphaned filecache and mount entries')
->setHelp('Deletes orphaned filecache and mount entries (those without an existing storage).')
->addOption('skip-filecache-extended', null, InputOption::VALUE_NONE, 'don\'t remove orphaned entries from filecache_extended');
}

Expand Down

0 comments on commit aa2b9b5

Please sign in to comment.