From b7d9edf4d8dd91ae992e2b464a06763228118856 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Wed, 13 Dec 2023 10:03:59 -0500 Subject: [PATCH] update descr --- src/gene/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gene/cli.py b/src/gene/cli.py index 132d2e26..b65f724e 100644 --- a/src/gene/cli.py +++ b/src/gene/cli.py @@ -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(