Skip to content

Commit

Permalink
Clarify description
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Jan 9, 2024
1 parent 968536a commit 1a62ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyramid_oereb/contrib/data_sources/create_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1a62ff8

Please sign in to comment.