Merge pull request #49407 from nextcloud/feat/occ-files-cleanup-help

feat(files): Add help to / update description of `files:cleanup`
pull/49422/head
Daniel 1 year ago committed by GitHub
commit 1f6d0f0eb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      apps/files/lib/Command/DeleteOrphanedFiles.php

@ -29,7 +29,8 @@ class DeleteOrphanedFiles extends Command {
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');
}

Loading…
Cancel
Save