From 867b1cc5858967ac8c0a45a76915090b15bdf7b3 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Fri, 23 Aug 2024 13:36:53 +0200
Subject: [PATCH] DOC: Update variable_name description

---
 src/caoscrawler/cfood-schema.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/caoscrawler/cfood-schema.yml b/src/caoscrawler/cfood-schema.yml
index ec00d330..6609d8eb 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.
-- 
GitLab