diff --git a/openqdc/cli.py b/openqdc/cli.py index 5e7d072..bdee2e5 100644 --- a/openqdc/cli.py +++ b/openqdc/cli.py @@ -31,7 +31,7 @@ def download( cache_dir: Annotated[ Optional[str], typer.Option( - help="Path to cache directory. If not provided, the default cache directory (.cache/openqdc/) will be used.", + help="Path to the cache. If not provided, the default cache directory (.cache/openqdc/) will be used.", ), ] = None, ):