Skip to content

Commit

Permalink
update descr
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Dec 13, 2023
1 parent 1eb1a36 commit b7d9edf
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 @@ -26,7 +26,7 @@ def cli() -> None:
@cli.command()
@click.argument("sources", nargs=-1)
@click.option("--all", is_flag=True, help="Update records for all sources.")
@click.option("--normalize", is_flag=True, help="Update normalized concepts.")
@click.option("--normalize", is_flag=True, help="Create normalized records.")
@click.option("--db_url", help=url_description)
@click.option("--aws_instance", is_flag=True, help="Use cloud DynamodDB instance.")
@click.option(
Expand Down

0 comments on commit b7d9edf

Please sign in to comment.