diff --git a/src/caoscrawler/cfood-schema.yml b/src/caoscrawler/cfood-schema.yml
index ec00d33092d733d5fda3a0f5e8c290cec8620f3a..6609d8eb05135b17f5f6d9526df255b810de112a 100644
--- a/src/caoscrawler/cfood-schema.yml
+++ b/src/caoscrawler/cfood-schema.yml
@@ -91,7 +91,11 @@ cfood:
             - variable_name
           properties:
             variable_name:
-              description: Name of the record by which it can be accessed in the cfood definiton. Can also be the name of an existing record in which case that record will be treated by the PropertiesFromDictConverter.
+              description: |
+                Name of the record by which it can be accessed in the
+                cfood definiton. Can also be the name of an existing
+                record in which case that record will be updated by
+                the PropertiesFromDictConverter.
               type: string
             properties_blacklist:
               description: List of keys to be ignored in the automatic treatment.  They will be ignored on all levels of the dictionary.