Skip to content

Commit b633625

Browse files
author
Vincent Petry
authored
Merge pull request #28839 from owncloud/stable10-filesscan
[stable10] more comprehensible description for files:scan
2 parents 71aa7a0 + 7bfb5c9 commit b633625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/lib/Command/Scan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function configure() {
6161

6262
$this
6363
->setName('files:scan')
64-
->setDescription('rescan filesystem')
64+
->setDescription('Scans the filesystem for changes and updates the file cache accordingly.')
6565
->addArgument(
6666
'user_id',
6767
InputArgument::OPTIONAL | InputArgument::IS_ARRAY,

0 commit comments

Comments
 (0)