From aa2b9b5ef24011848f2661a2bb139f11bcecfa07 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 20 Nov 2024 12:35:21 -0500 Subject: feat(occ): Add help and update description for `files:cleanup` Signed-off-by: Josh --- apps/files/lib/Command/DeleteOrphanedFiles.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/files/lib/Command') diff --git a/apps/files/lib/Command/DeleteOrphanedFiles.php b/apps/files/lib/Command/DeleteOrphanedFiles.php index 966351e4da0..e090c739d9a 100644 --- a/apps/files/lib/Command/DeleteOrphanedFiles.php +++ b/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'); } -- cgit v1.2.3