minor update

This commit is contained in:
msramalho
2022-06-03 19:40:26 +02:00
parent e2d1a5d6be
commit e32c0788b7

View File

@@ -24,8 +24,7 @@ class Config:
Usage:
c = Config() # initializes the argument parser
c.parse() # parses the values and initializes the Services and API clients
# you can then access the Services and APIs like
c.s3_config
# you can then access the Services and APIs like 'c.s3_config'
All the configurations available as cmd line options, when included, will
override the configurations in the config.json file.
Configurations are split between: