Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added better description for files:cleanup
  • Loading branch information
dercorn committed Aug 29, 2017
commit 3f247f2788f620ad8a7265343cd8922d7e047ce3
2 changes: 1 addition & 1 deletion apps/files/lib/Command/DeleteOrphanedFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct(IDBConnection $connection) {
protected function configure() {
$this
->setName('files:cleanup')
->setDescription('cleanup filecache');
->setDescription('Deletes orphaned file cache entries.');
}

public function execute(InputInterface $input, OutputInterface $output) {
Expand Down