From b6e869b73c390f570a17885effc05368c20a960b Mon Sep 17 00:00:00 2001 From: Till Hartmann Date: Fri, 8 Nov 2024 10:42:50 +0100 Subject: [PATCH] update help text again --- varfish_cli/cli/importer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varfish_cli/cli/importer/__init__.py b/varfish_cli/cli/importer/__init__.py index a1cd5bc..e4a95fd 100644 --- a/varfish_cli/cli/importer/__init__.py +++ b/varfish_cli/cli/importer/__init__.py @@ -138,7 +138,7 @@ def cli_caseimportinfo_create( typer.Option( "--index", help="Name of the index case in the pedigree, " - "defaults to the first member of the pedigree file.", + "defaults to the first affected member of the pedigree file.", ), ] = None, ):