From 384da075efaf728b2fe43605d75e2157807ea379 Mon Sep 17 00:00:00 2001 From: mike cullerton Date: Thu, 20 May 2021 11:54:12 -0400 Subject: [PATCH] Removed references to `protocol` from the description --- crc/scripts/study_info.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crc/scripts/study_info.py b/crc/scripts/study_info.py index b5e49e84..e6becf8e 100644 --- a/crc/scripts/study_info.py +++ b/crc/scripts/study_info.py @@ -118,7 +118,7 @@ class StudyInfo(Script): def get_description(self): return """ -StudyInfo [TYPE], where TYPE is one of 'info', 'investigators', 'details', 'documents' or 'protocol'. +StudyInfo [TYPE], where TYPE is one of 'info', 'investigators', 'details', or 'documents'. Adds details about the current study to the Task Data. The type of information required should be provided as an argument. The following arguments are available: @@ -157,9 +157,6 @@ Please note this is just a few examples, ALL known document types are returned i {documents_example} ``` -### Protocol ### -Returns information specific to the protocol. - """.format(info_example=self.example_to_string("info"), investigators_example=self.example_to_string("investigators"),