From 1a62ff8e7974d5a8251ecb7dc27dc3b8aeabb6b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Kaltz Date: Tue, 9 Jan 2024 17:10:01 +0100 Subject: [PATCH] Clarify description --- pyramid_oereb/contrib/data_sources/create_tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyramid_oereb/contrib/data_sources/create_tables.py b/pyramid_oereb/contrib/data_sources/create_tables.py index 06e8b2457c..ebad3cf090 100644 --- a/pyramid_oereb/contrib/data_sources/create_tables.py +++ b/pyramid_oereb/contrib/data_sources/create_tables.py @@ -245,8 +245,8 @@ def create_theme_tables(): '--config-source', type='string', default='pyramid_oereb.contrib.data_sources.standard.sources.plr.DatabaseSource', - help='Config source to use, e.g. DatabaseSource, DatabaseOEREBlexSource, etc.' - 'Note: parameter must match the actual config' + help='Config source to use, it must be an implementation corresponding to the standard schema.' + 'Note: parameter must match the actual config; a default value is provided.' ) options, args = parser.parse_args() if not options.configuration: