From 1eb1a36a7e2aede00954bfd4944ccedca76e8243 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Wed, 13 Dec 2023 10:03:06 -0500 Subject: [PATCH] fix option --- 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 e8606413..132d2e26 100644 --- a/src/gene/cli.py +++ b/src/gene/cli.py @@ -59,7 +59,7 @@ def update( The Gene Normalizer will fetch the latest available data from all sources if local data is out-of-date. To suppress this and force usage of local files only, use the - –use_existing flag: + --use_existing flag: $ gene-normalizer update --all --use_existing