diff --git a/lib/Command/Reindex.php b/lib/Command/Reindex.php index 1b816c1..ca3de90 100644 --- a/lib/Command/Reindex.php +++ b/lib/Command/Reindex.php @@ -35,7 +35,7 @@ public function __construct( protected function configure() { $this->setName('context_chat:reindex') - ->setDescription('Schedule a full re-crawl of all mounts. Indexed files are not re-indexed when compared against context_chat_backend\'s vector DB.'); + ->setDescription('Schedule a full re-crawl of all the files in all the mounts. Indexed files are not re-indexed when compared against context_chat_backend\'s vector DB. Content providers are not re-indexed.'); } protected function execute(InputInterface $input, OutputInterface $output): int {