Skip to content

Commit 1f6d0f0

Browse files
authored
Merge pull request #49407 from nextcloud/feat/occ-files-cleanup-help
feat(files): Add help to / update description of `files:cleanup`
2 parents 1134b3e + aa2b9b5 commit 1f6d0f0

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)