Skip to content

Commit

Permalink
Cli update
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin committed Mar 8, 2024
1 parent b297cef commit 56d1d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openqdc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
):
Expand Down

0 comments on commit 56d1d1b

Please sign in to comment.