Skip to content

Commit

Permalink
fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Dec 13, 2023
1 parent 9a7a6c4 commit 91f59b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gene/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def cli() -> None:
"--use_existing",
is_flag=True,
default=False,
help="Use most recent local source data instead of fetching latest version",
help="Use most recent locally-available source data instead of fetching latest version",
)
@click.option(
"--silent", "-s", is_flag=True, default=False, help="Suppress console output."
Expand Down

0 comments on commit 91f59b6

Please sign in to comment.