Skip to content

Commit

Permalink
Fix typo in --local-cache-ttl option
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejong committed May 17, 2024
1 parent 0d36e00 commit 21c299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hibp_downloader/commands/hibp_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main(
),
] = MULTIPROCESSING_PREFIXES_CHUNK_SIZE_DEFAULT,
force: Annotated[
bool, typer.Option("--force", help="Same as setting --local_cache_ttl=0 and --ignore-etag")
bool, typer.Option("--force", help="Same as setting --local-cache-ttl=0 and --ignore-etag")
] = False,
ignore_etag: Annotated[
bool, typer.Option("--ignore-etag", help="Do not use request etag headers to manage local/remote cached data")
Expand Down

0 comments on commit 21c299e

Please sign in to comment.