mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #49407 from nextcloud/feat/occ-files-cleanup-help
feat(files): Add help to / update description of `files:cleanup`
This commit is contained in:
commit
1f6d0f0eb6
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue