We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71aa7a0 + 7bfb5c9 commit b633625Copy full SHA for b633625
apps/files/lib/Command/Scan.php
@@ -61,7 +61,7 @@ protected function configure() {
61
62
$this
63
->setName('files:scan')
64
- ->setDescription('rescan filesystem')
+ ->setDescription('Scans the filesystem for changes and updates the file cache accordingly.')
65
->addArgument(
66
'user_id',
67
InputArgument::OPTIONAL | InputArgument::IS_ARRAY,
0 commit comments