From 629005edf1a5f5e8eef74bcd66fc45d4e371f5d7 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 30 Oct 2024 18:19:24 -0400 Subject: [PATCH] f --- idc_index/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/idc_index/cli.py b/idc_index/cli.py index 9e23850..0579881 100644 --- a/idc_index/cli.py +++ b/idc_index/cli.py @@ -295,7 +295,6 @@ def download_from_manifest( @click.argument( "generic_argument", type=str, - help="This parameter can refer to a single item, or a comma-separated list of collection_id, PatientID, StudyInstanceUID, SeriesInstanceUID, or a path to a manifest file. The files corresponding to the content identified by the input parameter(s) will be downloaded into the current directory.", ) @click.option( "--log-level",