diff --git a/fiboa_cli/__init__.py b/fiboa_cli/__init__.py index 7af6fff..89ff01e 100644 --- a/fiboa_cli/__init__.py +++ b/fiboa_cli/__init__.py @@ -480,7 +480,7 @@ def rename_extension(folder, title, slug, org = "fiboa", prefix = None): @click.option( '--cache', '-c', type=click.Path(exists=False), - help='By default the CLI downloads the source data on every execution. Specify a local file path to avoid downloading the file again. If the file exists, reads from the path, otherwise stores the file there.', + help='By default the CLI downloads the source data on every execution. Specify a local folder to avoid downloading the files again. If the files exist, reads from there, otherwise stores the files there.', default=None ) @click.option(