From 4c8097c771ceda568aced7688cab50b3e71f6ef3 Mon Sep 17 00:00:00 2001 From: Ivor Bosloper Date: Mon, 24 Jun 2024 21:42:38 +0200 Subject: [PATCH] Update cache-option with main --- fiboa_cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(